Files
usbd_uac2/examples/lpc55s28/Cargo.toml
T
ktims ac6618a162 more work on descriptor building, almost there
also added the very early beginnings of an example to document how to
get speed
2026-04-21 00:45:03 -07:00

10 lines
175 B
TOML

[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 = "../.." }