RP235x: support new FIFO options, set IE, OD on PIO pins.
This commit is contained in:
committed by
Dario Nieuwenhuis
parent
028de6d640
commit
933e888ed0
@@ -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 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user