Skip to content

Commit

Permalink
TMP: use pio-rs from cbjamo
Browse files Browse the repository at this point in the history
  • Loading branch information
pferreir committed Sep 24, 2024
1 parent d2f959c commit ce61dcd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions embassy-rp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,8 @@ rp-binary-info = { version = "0.1.0", optional = true }
[dev-dependencies]
embassy-executor = { version = "0.6.0", path = "../embassy-executor", features = ["arch-std", "executor-thread"] }
static_cell = { version = "2" }

[patch.crates-io]
pio = { git="https:/CBJamo/pio-rs.git", rev="72a5a7daa859b9d8a416564a2fbf849f58e51639" }
pio-parser = { git="https:/CBJamo/pio-rs.git", rev="72a5a7daa859b9d8a416564a2fbf849f58e51639" }
pio-proc = { git="https:/CBJamo/pio-rs.git", rev="72a5a7daa859b9d8a416564a2fbf849f58e51639" }

0 comments on commit ce61dcd

Please sign in to comment.