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

@@ -12,8 +12,8 @@ documentation = "https://docs.embassy.dev/cyw43-pio"
[dependencies]
cyw43 = { version = "0.3.0", path = "../cyw43" }
embassy-rp = { version = "0.3.0", path = "../embassy-rp" }
pio-proc = "0.2"
pio = "0.2.1"
pio-proc = { git = "https://github.com/rp-rs/pio-rs", rev = "fa586448b0b223217eec8c92c19fe6823dd04cc4" }
pio = { git = "https://github.com/rp-rs/pio-rs", rev = "fa586448b0b223217eec8c92c19fe6823dd04cc4" }
fixed = "1.23.1"
defmt = { version = "0.3", optional = true }