lpc55s28-evk: use bbqueue for demo, it can now run at 96k

This commit is contained in:
2026-05-07 16:04:40 -07:00
parent 27c105b0df
commit 537e22a7ee
5 changed files with 586 additions and 109 deletions
+1 -1
View File
@@ -9,13 +9,13 @@ usbfs = []
usbhs = []
[dependencies]
bbqueue = "0.7.0"
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.5"
defmt = "1.0.1"
defmt-rtt = "1.1.0"
embedded-hal = "1.0.0"
embedded-io = "0.7.1"
heapless = "0.9.3"
log-to-defmt = "0.1.0"
lpc55-hal = { version = "0.5.0", path = "../lpc55-hal" }
nb = "1.1.0"