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 /embassy-rp/Cargo.toml | |
| parent | 028de6d640b51610f65415ea2a9c7941938ea6b2 (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.toml | 4 |
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" } | |||
| 139 | embedded-hal-async = { version = "1.0" } | 139 | embedded-hal-async = { version = "1.0" } |
| 140 | embedded-hal-nb = { version = "1.0" } | 140 | embedded-hal-nb = { version = "1.0" } |
| 141 | 141 | ||
| 142 | pio-proc = { version= "0.2" } | 142 | pio-proc = { git = "https://github.com/rp-rs/pio-rs", rev = "fa586448b0b223217eec8c92c19fe6823dd04cc4" } |
| 143 | pio = { version= "0.2.1" } | 143 | pio = { git = "https://github.com/rp-rs/pio-rs", rev = "fa586448b0b223217eec8c92c19fe6823dd04cc4" } |
| 144 | rp2040-boot2 = "0.3" | 144 | rp2040-boot2 = "0.3" |
| 145 | document-features = "0.2.10" | 145 | document-features = "0.2.10" |
| 146 | sha2-const-stable = "0.1" | 146 | sha2-const-stable = "0.1" |
