| Age | Commit message (Collapse) | Author |
|
|
|
|
|
update some descriptors
|
|
|
|
|
|
|
|
examples/device/hid_composite_freertos/src/FreeRTOSConfig/FreeRTOSConfig.h
|
|
|
|
|
|
useful for freertos/ prefix with esp IDF
|
|
|
|
|
|
|
|
tud_descriptor_other_speed_configuration_cb()
example implement tud_descriptor_device_qualifier_cb() and
tud_descriptor_other_speed_configuration_cb() on high speed device to
fully compliant to usbcv
|
|
|
|
|
|
|
|
remove TUSB_DESC_CONFIG_ATT_REMOTE_WAKEUP attribute from non-hid
examples
|
|
add hid_boot_interface example
|
|
|
|
|
|
net_lwip_webserver: utilize pbuf_copy_partial()
|
|
|
|
[PORT] Add GD32VF103 support and Sipeed Longan Nano Board support
|
|
|
|
add settings for Renesas RX family
|
|
allow specify all product id with 0xFFFF in boards.js
|
|
add note for install hidapi on windows
|
|
- to example.tinyusb.org/webusb-serial/
- remove landing page from doc
|
|
|
|
DFU improvements
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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 state as argument
|
|
remove CFG_TUD_DFU_ALT_COUNT since there is only one DFU functional
descriptor
|
|
|
|
|
|
|
|
|
|
|