more work on descriptor building, almost there

also added the very early beginnings of an example to document how to
get speed
This commit is contained in:
2026-04-21 00:45:03 -07:00
parent c27db15fe9
commit ac6618a162
6 changed files with 855 additions and 131 deletions
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "usbd_uac2_demo"
version = "0.1.0"
edition = "2024"
[dependencies]
lpc55-hal = "0.5.0"
lpc55-pac = "0.5.0"
usbd-uac2 = { version = "0.1.0", path = "../.." }