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