| Age | Commit message (Collapse) | Author |
|
|
|
- add pre-check to reduce mutex lock in usbd_edpt_claim
|
|
|
|
|
|
|
|
|
|
|
|
gain exclusive access to usbd_edpt_xfer
|
|
|
|
|
|
|
|
- fix #436 tud_midi_rx_cb() not invoked
- fix xfer_cb() not handle ep in
- add ZLP if needed
|
|
Add TX callback to CDC device
|
|
|
|
|
|
|
|
|
|
- define both fs and hs configuration descriptor
- rename CFG_TUD_CDC_EPSIZE to CFG_TUD_CDC_EP_BUFSIZE with default size of 64 for FS, and 512 for HS
|
|
Fixes #460
|
|
fix #450
|
|
|
|
Useful for continuous transmission of data, which is difficult currently
because there is no notification of tx completion.
|
|
|
|
|
|
only done with cdc and msc, push this interim for feedback first
|
|
use usbh_edpt_open() to correctly map ep2drv[]
|
|
|
|
- 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()
|