rp: clock setup

This commit is contained in:
Dario Nieuwenhuis
2021-06-25 03:38:03 +02:00
parent e1880a19df
commit 5a6384d199
11 changed files with 210 additions and 190 deletions

View File

@ -22,5 +22,5 @@ cortex-m-rt = "0.6.13"
cortex-m = "0.7.1"
critical-section = "0.2.1"
rp2040-pac2 = { git = "https://github.com/Dirbaio/rp2040-pac", rev="254f4677937801155ca3cb17c7bb9d38eb62683e", features = ["rt"] }
rp2040-pac2 = { git = "https://github.com/embassy-rs/rp2040-pac2", rev="e8635fd05f43b6c21ec462fb8c06140e1fb26961", features = ["rt"] }
embedded-hal = { version = "0.2.4", features = [ "unproven" ] }