mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-24 15:52:34 +00:00
Switch to embassy's rp-pac repo, also use a patch.
This commit is contained in:
parent
9a863f07fe
commit
0d41566c24
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user