First iteration attempt on implementing generic flash mutation access for RP2040

This commit is contained in:
Mathias
2022-09-16 12:40:39 +02:00
parent 816778e3fa
commit 9d674f0212
3 changed files with 102 additions and 0 deletions

View File

@ -52,6 +52,7 @@ cortex-m = "0.7.6"
critical-section = "1.1"
futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
chrono = { version = "0.4", default-features = false, optional = true }
embedded-storage = { version = "0.3" }
rp2040-pac2 = { git = "https://github.com/embassy-rs/rp2040-pac2", rev="017e3c9007b2d3b6965f0d85b5bf8ce3fa6d7364", features = ["rt"] }
#rp2040-pac2 = { path = "../../rp2040-pac2", features = ["rt"] }