aboutsummaryrefslogtreecommitdiff
path: root/cyw43-pio/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-05-13 02:20:46 +0200
committerDario Nieuwenhuis <[email protected]>2023-05-13 02:58:42 +0200
commit8800caa216f2c90b7d998280a54dddf14e97e318 (patch)
tree4b1f35c354846541dfe578592f1d9b564083230f /cyw43-pio/Cargo.toml
parent6b5d9642d583bc034ee35b88c903545e7f423b4e (diff)
Update Embassy, to new PIO API.
Diffstat (limited to 'cyw43-pio/Cargo.toml')
-rw-r--r--cyw43-pio/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cyw43-pio/Cargo.toml b/cyw43-pio/Cargo.toml
index 8272903c3..dd50e02ba 100644
--- a/cyw43-pio/Cargo.toml
+++ b/cyw43-pio/Cargo.toml
@@ -8,4 +8,5 @@ cyw43 = { path = "../" }
8embassy-rp = { version = "0.1.0", features = ["unstable-traits", "nightly", "unstable-pac", "time-driver"] } 8embassy-rp = { version = "0.1.0", features = ["unstable-traits", "nightly", "unstable-pac", "time-driver"] }
9pio-proc = "0.2" 9pio-proc = "0.2"
10pio = "0.2.1" 10pio = "0.2.1"
11fixed = "1.23.1"
11defmt = { version = "0.3", optional = true } \ No newline at end of file 12defmt = { version = "0.3", optional = true } \ No newline at end of file