| Age | Commit message (Collapse) | Author |
|
|
|
rename CFG_TUD_HID_BUFSIZE to CFG_TUD_HID_EP_BUFSIZE
|
|
Pa039 : use of address of unaligned structure member.
Pe188: enumerated type mixed with another type.
|
|
|
|
|
|
|
|
|
|
only done with cdc and msc, push this interim for feedback first
|
|
use usbh_edpt_open() to correctly map ep2drv[]
|
|
|
|
|
|
|
|
|
|
there is racing issue with samd + qspi flash testing with arduino
otherwise.
|
|
add msc scsi command list
|
|
incorrect queue 448 bytes instead of 512
|
|
|
|
|
|
|
|
fix #207
|
|
|
|
|
|
|
|
|
|
|
|
tud_vendor_control_request_cb/complete_cb
|
|
|
|
usbd control transfer
rename usbd_control_transfer/status to tud_control_transfer/status
|
|
control_complete
|
|
|
|
- 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()
|
|
|
|
|
|
|
|
|
|
|
|
tud_msc_capacity_cb() get zero size
|
|
|
|
add tud_msc_start_stop_cb() as optional callback
|
|
- rename tud_msc_maxlun_cb to tud_msc_get_maxlun_cb
|
|
|
|
|
|
|
|
refactor usbd_open_edpt_pair
|
|
|
|
- remove CFG_TUD_MSC_MAXLUN
- add tud_msc_maxlun_cb()
- add msc_dual_lun exmaple
|
|
|
|
|
|
|
|
|