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 /examples/rp | |
| parent | 028de6d640b51610f65415ea2a9c7941938ea6b2 (diff) | |
RP235x: support new FIFO options, set IE, OD on PIO pins.
Diffstat (limited to 'examples/rp')
| -rw-r--r-- | examples/rp/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml index d9decc2b0..5294ec477 100644 --- a/examples/rp/Cargo.toml +++ b/examples/rp/Cargo.toml | |||
| @@ -55,8 +55,8 @@ embedded-storage = { version = "0.3" } | |||
| 55 | static_cell = "2.1" | 55 | static_cell = "2.1" |
| 56 | portable-atomic = { version = "1.5", features = ["critical-section"] } | 56 | portable-atomic = { version = "1.5", features = ["critical-section"] } |
| 57 | log = "0.4" | 57 | log = "0.4" |
| 58 | pio-proc = "0.2" | 58 | pio-proc = { git = "https://github.com/rp-rs/pio-rs", rev = "fa586448b0b223217eec8c92c19fe6823dd04cc4" } |
| 59 | pio = "0.2.1" | 59 | pio = { git = "https://github.com/rp-rs/pio-rs", rev = "fa586448b0b223217eec8c92c19fe6823dd04cc4" } |
| 60 | rand = { version = "0.8.5", default-features = false } | 60 | rand = { version = "0.8.5", default-features = false } |
| 61 | embedded-sdmmc = "0.7.0" | 61 | embedded-sdmmc = "0.7.0" |
| 62 | 62 | ||
