diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-05-13 02:20:46 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-05-13 02:58:42 +0200 |
| commit | 8800caa216f2c90b7d998280a54dddf14e97e318 (patch) | |
| tree | 4b1f35c354846541dfe578592f1d9b564083230f /cyw43-pio/Cargo.toml | |
| parent | 6b5d9642d583bc034ee35b88c903545e7f423b4e (diff) | |
Update Embassy, to new PIO API.
Diffstat (limited to 'cyw43-pio/Cargo.toml')
| -rw-r--r-- | cyw43-pio/Cargo.toml | 1 |
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 = "../" } | |||
| 8 | embassy-rp = { version = "0.1.0", features = ["unstable-traits", "nightly", "unstable-pac", "time-driver"] } | 8 | embassy-rp = { version = "0.1.0", features = ["unstable-traits", "nightly", "unstable-pac", "time-driver"] } |
| 9 | pio-proc = "0.2" | 9 | pio-proc = "0.2" |
| 10 | pio = "0.2.1" | 10 | pio = "0.2.1" |
| 11 | fixed = "1.23.1" | ||
| 11 | defmt = { version = "0.3", optional = true } \ No newline at end of file | 12 | defmt = { version = "0.3", optional = true } \ No newline at end of file |
