RP235x: support new FIFO options, set IE, OD on PIO pins.

This commit is contained in:
Pedro Ferreira
2024-09-11 21:21:41 +02:00
committed by Dario Nieuwenhuis
parent 028de6d640
commit 933e888ed0
7 changed files with 172 additions and 10 deletions

View File

@@ -33,8 +33,8 @@ embedded-io-async = { version = "0.6.1" }
embedded-storage = { version = "0.3" }
static_cell = "2"
portable-atomic = { version = "1.5", features = ["critical-section"] }
pio = "0.2"
pio-proc = "0.2"
pio-proc = { git = "https://github.com/rp-rs/pio-rs", rev = "fa586448b0b223217eec8c92c19fe6823dd04cc4" }
pio = { git = "https://github.com/rp-rs/pio-rs", rev = "fa586448b0b223217eec8c92c19fe6823dd04cc4" }
rand = { version = "0.8.5", default-features = false }
[profile.dev]