| Age | Commit message (Collapse) | Author |
|
|
|
- PICO_RP2040_USB_DEVICE_ENUMERATION_FIX=1
- target linke pico_fix_rp2040_usb_device_enumeration
|
|
|
|
|
|
|
|
rename CFG_TUD_HID_BUFSIZE to CFG_TUD_HID_EP_BUFSIZE
|
|
|
|
|
|
|
|
|
|
add Nuvoton NUC505
|
|
Signed-off-by: Chang Feng <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- remove TUD_WEBUSB_URL_DESCRIPTOR to avoid flexible array member (C++
forbid in strict mode)
- remove unused TUD_DESC_STRLEN/TUD_DESC_STR_HEADER/TUD_DESC_STR_HEADER
|
|
|
|
|
|
|
|
|
|
clean up, adding template for BOS & BOS platform descriptor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rename TUSB_DESC_CLASS_SPECIFIC to TUSB_DESC_CS_INTERFACE
|
|
added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy()
|
|
|
|
|
|
|
|
|
|
OSes need that
|
|
- add hid_test_js
|
|
|
|
|
|
|
|
|
|
|
|
|
|
callback
|
|
- remove tud_desc_set.hid_report
- remove tud_desc_set_t
|
|
- remove tud_desc_set.string_arr/string_count
|
|
|
|
add feather nrf52840 express to supported board
|