aboutsummaryrefslogtreecommitdiff
path: root/examples/rp
diff options
context:
space:
mode:
authorPedro Ferreira <[email protected]>2024-09-11 21:21:41 +0200
committerDario Nieuwenhuis <[email protected]>2025-01-15 01:56:37 +0100
commit933e888ed059d03f8c306537f14369521166e3a3 (patch)
treeba1f2482459031e7d3e3f7bb40415fbc81a96a9e /examples/rp
parent028de6d640b51610f65415ea2a9c7941938ea6b2 (diff)
RP235x: support new FIFO options, set IE, OD on PIO pins.
Diffstat (limited to 'examples/rp')
-rw-r--r--examples/rp/Cargo.toml4
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" }
55static_cell = "2.1" 55static_cell = "2.1"
56portable-atomic = { version = "1.5", features = ["critical-section"] } 56portable-atomic = { version = "1.5", features = ["critical-section"] }
57log = "0.4" 57log = "0.4"
58pio-proc = "0.2" 58pio-proc = { git = "https://github.com/rp-rs/pio-rs", rev = "fa586448b0b223217eec8c92c19fe6823dd04cc4" }
59pio = "0.2.1" 59pio = { git = "https://github.com/rp-rs/pio-rs", rev = "fa586448b0b223217eec8c92c19fe6823dd04cc4" }
60rand = { version = "0.8.5", default-features = false } 60rand = { version = "0.8.5", default-features = false }
61embedded-sdmmc = "0.7.0" 61embedded-sdmmc = "0.7.0"
62 62