feat(core/usbd_core): support webusb

This commit is contained in:
sakumisu
2024-07-25 21:39:36 +08:00
parent b399ff63ce
commit 50b62c946d
7 changed files with 412 additions and 81 deletions

View File

@@ -614,7 +614,7 @@ struct usb_webusb_url_descriptor {
char URL[];
} __PACKED;
struct usb_webusb_url_ex_descriptor {
struct usb_webusb_descriptor {
uint8_t vendor_code;
const uint8_t *string;
uint32_t string_len;