usb: add support for MS OS Descriptors

This commit is contained in:
Matt Ickstadt
2023-01-12 14:59:25 -06:00
committed by alexmoon
parent a7fa7d0de2
commit f5ff3c4ac3
4 changed files with 779 additions and 0 deletions

View File

@ -24,6 +24,7 @@ embassy-net-driver-channel = { version = "0.1.0", path = "../embassy-net-driver-
defmt = { version = "0.3", optional = true }
log = { version = "0.4.14", optional = true }
heapless = "0.7.10"
widestring = { version = "1.0.2", default-features = false }
# for HID
usbd-hid = { version = "0.6.0", optional = true }