| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
webusb work with linux & macos
|
|
|
|
|
|
|
|
maybe refactor later
|
|
|
|
|
|
tud_vendor_control_request_cb/complete_cb
|
|
|
|
|
|
|
|
|
|
|
|
usbd control transfer
rename usbd_control_transfer/status to tud_control_transfer/status
|
|
control_complete
|
|
|
|
|
|
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()
|
|
|
|
|
|
|
|
- improve fifo write/read_n with only one lock
- use usbd_edpt_xfer/usbd_edpt_busy for hid/cdc/msc class driver
- replace cdc read's pending_read_from_host by usbd_edpt_busy()
|
|
|
|
|
|
OSes need that
|
|
- add hid_test_js
|
|
|