nrf: add NVMC driver.

This commit is contained in:
Dario Nieuwenhuis
2021-10-22 02:09:55 +02:00
parent 2b4e2bcbae
commit e78d226acd
12 changed files with 210 additions and 0 deletions

View File

@ -29,6 +29,8 @@ pub mod buffered_uarte;
pub mod gpio;
#[cfg(feature = "gpiote")]
pub mod gpiote;
#[cfg(not(feature = "nrf9160"))]
pub mod nvmc;
pub mod ppi;
#[cfg(not(any(feature = "nrf52805", feature = "nrf52820")))]
pub mod pwm;