Switch to embassy's rp-pac repo, also use a patch.

This commit is contained in:
Caleb Jamison 2024-08-10 17:39:33 -04:00
parent 9a863f07fe
commit 0d41566c24

View File

@ -124,7 +124,7 @@ embedded-storage-async = { version = "0.4.1" }
rand_core = "0.6.4"
fixed = "1.23.1"
rp-pac = { git = "https://github.com/CBJamo/rp-pac.git", feature = ["rt"] }
rp-pac = { version = "6.0.0", feature = ["rt"] }
embedded-hal-02 = { package = "embedded-hal", version = "0.2.6", features = ["unproven"] }
embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
@ -140,3 +140,6 @@ sha2-const-stable = "0.1"
[dev-dependencies]
embassy-executor = { version = "0.6.0", path = "../embassy-executor", features = ["arch-std", "executor-thread"] }
static_cell = { version = "2" }
[patch.crates-io]
rp-pac = { git = "https://github.com/embassy-rs/rp-pac.git" }