Implement RealTimeClock for embassy-rp

This commit is contained in:
Mathias
2022-09-16 06:45:27 +02:00
parent 334dfcdb65
commit 0db1332da8
7 changed files with 482 additions and 1 deletions

View File

@ -46,6 +46,7 @@ cortex-m-rt = ">=0.6.15,<0.8"
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 }
rp2040-pac2 = { git = "https://github.com/embassy-rs/rp2040-pac2", rev="017e3c9007b2d3b6965f0d85b5bf8ce3fa6d7364", features = ["rt"] }
#rp2040-pac2 = { path = "../../rp2040-pac2", features = ["rt"] }