| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
callback
|
|
- remove tud_desc_set.hid_report
- remove tud_desc_set_t
|
|
- remove tud_desc_set.string_arr/string_count
|
|
add tud_msc_start_stop_cb() as optional callback
|
|
- rename tud_msc_maxlun_cb to tud_msc_get_maxlun_cb
|
|
|
|
|
|
add feather nrf52840 express to supported board
|
|
|
|
|
|
- add report descriptor template TUD_HID_REPORT_DESC_GENERIC_INOUT
- add TUD_HID_INOUT_DESCRIPTOR & TUD_HID_INOUT_DESC_LEN
- add hid_generic_inout example
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|