| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
rename TUSB_DESC_CLASS_SPECIFIC to TUSB_DESC_CS_INTERFACE
|
|
|
|
|
|
|
|
- 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()
|
|
|
|
|
|
|
|
|
|
callback
|
|
- remove tud_desc_set.hid_report
- remove tud_desc_set_t
|
|
- remove tud_desc_set.string_arr/string_count
|
|
|
|
- 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
|
|
refactor usbd_open_edpt_pair
|
|
|
|
|
|
|
|
|
|
|
|
Application should declare its own device descriptor
|
|
|
|
|
|
|
|
attribute
|
|
|
|
|
|
|
|
|
|
- remove use of osal_queue_reset
|
|
|
|
|
|
|
|
change dcd_init signature
|
|
also rename DCD_EVENT_SUSPENDED to DCD_EVENT_SUSPEND
|
|
mark device as disconnected immed with DCD_EVENT_UNPLUGGED
|
|
|
|
|
|
- remove dcd_edpt_stalled() from dcd porting
|
|
|
|
|
|
|
|
and out
|
|
|
|
|
|
It also introduces a txbuffer which copies data into it but passes
the buffer straight to the USB rather than another copy.
|
|
|