| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
fix typo
remove magic number 0xff of driver id
|
|
|
|
must be forward to class driver
|
|
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
|
|
|
|
|
|
|
|
- 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
|
|
|
|
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
|
|
|