aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/Cargo.toml
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 /embassy-rp/Cargo.toml
parent028de6d640b51610f65415ea2a9c7941938ea6b2 (diff)
RP235x: support new FIFO options, set IE, OD on PIO pins.
Diffstat (limited to 'embassy-rp/Cargo.toml')
-rw-r--r--embassy-rp/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml
index 56cc39bbf..120e058ed 100644
--- a/embassy-rp/Cargo.toml
+++ b/embassy-rp/Cargo.toml
@@ -139,8 +139,8 @@ embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
139embedded-hal-async = { version = "1.0" } 139embedded-hal-async = { version = "1.0" }
140embedded-hal-nb = { version = "1.0" } 140embedded-hal-nb = { version = "1.0" }
141 141
142pio-proc = { version= "0.2" } 142pio-proc = { git = "https://github.com/rp-rs/pio-rs", rev = "fa586448b0b223217eec8c92c19fe6823dd04cc4" }
143pio = { version= "0.2.1" } 143pio = { git = "https://github.com/rp-rs/pio-rs", rev = "fa586448b0b223217eec8c92c19fe6823dd04cc4" }
144rp2040-boot2 = "0.3" 144rp2040-boot2 = "0.3"
145document-features = "0.2.10" 145document-features = "0.2.10"
146sha2-const-stable = "0.1" 146sha2-const-stable = "0.1"