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

@ -49,6 +49,7 @@ futures = { version = "0.3.17", default-features = false }
critical-section = "0.2.3"
rand_core = "0.6.3"
fixed = "1.10.0"
embedded-storage = "0.2.0"
nrf52805-pac = { version = "0.10.1", optional = true, features = [ "rt" ] }
nrf52810-pac = { version = "0.10.1", optional = true, features = [ "rt" ] }