| Age | Commit message (Collapse) | Author |
|
fix #450
|
|
|
|
|
|
only done with cdc and msc, push this interim for feedback first
|
|
- RTT mode is blocking to prevent log lost
- Improve logging message
|
|
|
|
|
|
complete.
|
|
CDC device: fix behavior for transfers that are a whole multiple of endpoint buffer
|
|
merge net_data back into net driver
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
operates on
|
|
buffer
|
|
|
|
|
|
|
|
from signed char to int32_t
|
|
|
|
usbd control transfer
rename usbd_control_transfer/status to tud_control_transfer/status
|
|
control_complete
|
|
tud_midi_mounted()
|
|
|
|
|
|
|
|
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()
|
|
- depending on compiler option "char" can be intepreted as unsigned char
|
|
|
|
|
|
|
|
|
|
|
|
refactor usbd_open_edpt_pair
|
|
|
|
|
|
|
|
|
|
change dcd_init signature
|
|
mark device as disconnected immed with DCD_EVENT_UNPLUGGED
|
|
|
|
|
|
|
|
Fix slow CDC OUT by NAKing
|