| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
- BOARD_DEVICE/HOST_RHPORT_NUM to BOARD_TUD/H_RHPORT
- BOARD_DEVICE/HOST_RHPORT_SPEED to BOARD_TUD/H_MAX_SPEED
|
|
|
|
|
|
|
|
remove TUSB_DESC_CONFIG_ATT_REMOTE_WAKEUP attribute from non-hid
examples
|
|
|
|
|
|
- tud_dfu_dnload_complete() -> tud_dfu_download_complete()
- tud_dfu_req_dnload_data_cb() -> tud_dfu_download_cb()
- tud_dfu_req_upload_data_cb() -> tud_dfu_upload_cb()
|
|
also add deprecated for warning and rename hint
|
|
rename
|
|
|
|
Also added a dummy readout for MIDI into examples
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|