kind of working usb->i2s, but major buffering / timing problems

This commit is contained in:
2026-05-03 02:06:36 -07:00
parent 539e0aab98
commit d57d90cbae
6 changed files with 425 additions and 139 deletions
+2
View File
@@ -10,10 +10,12 @@ 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"
panic-halt = "1.0.0"
panic-probe = { version = "1.0.0", features = ["print-defmt"] }
static_cell = "2.1.1"
usb-device = "0.3"
usbd-uac2 = { version = "0.1.0", path = "../..", features = ["defmt"]}