diff options
| author | Pedro Ferreira <[email protected]> | 2024-09-11 21:21:41 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-01-15 01:56:37 +0100 |
| commit | 933e888ed059d03f8c306537f14369521166e3a3 (patch) | |
| tree | ba1f2482459031e7d3e3f7bb40415fbc81a96a9e /tests | |
| parent | 028de6d640b51610f65415ea2a9c7941938ea6b2 (diff) | |
RP235x: support new FIFO options, set IE, OD on PIO pins.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/rp/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rp/Cargo.toml b/tests/rp/Cargo.toml index 4278f7b2c..26f3f21f6 100644 --- a/tests/rp/Cargo.toml +++ b/tests/rp/Cargo.toml | |||
| @@ -33,8 +33,8 @@ embedded-io-async = { version = "0.6.1" } | |||
| 33 | embedded-storage = { version = "0.3" } | 33 | embedded-storage = { version = "0.3" } |
| 34 | static_cell = "2" | 34 | static_cell = "2" |
| 35 | portable-atomic = { version = "1.5", features = ["critical-section"] } | 35 | portable-atomic = { version = "1.5", features = ["critical-section"] } |
| 36 | pio = "0.2" | 36 | pio-proc = { git = "https://github.com/rp-rs/pio-rs", rev = "fa586448b0b223217eec8c92c19fe6823dd04cc4" } |
| 37 | pio-proc = "0.2" | 37 | pio = { git = "https://github.com/rp-rs/pio-rs", rev = "fa586448b0b223217eec8c92c19fe6823dd04cc4" } |
| 38 | rand = { version = "0.8.5", default-features = false } | 38 | rand = { version = "0.8.5", default-features = false } |
| 39 | 39 | ||
| 40 | [profile.dev] | 40 | [profile.dev] |
