| Age | Commit message (Collapse) | Author |
|
Fixes #460
|
|
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
|
|
|
|
complete.
|
|
|
|
|
|
from signed char to int32_t
|
|
|
|
control_complete
|
|
|
|
|
|
|
|
- depending on compiler option "char" can be intepreted as unsigned char
|
|
|
|
|
|
|
|
|
|
|
|
change dcd_init signature
|
|
mark device as disconnected immed with DCD_EVENT_UNPLUGGED
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- make control transfer as part of usbd. Class driver must use
usbd_control_ API() instead of dcd_ api.
- change the signature of class driver's control_request
- allow control request complete to stall in staus stage
- move control request parser & handling to usbd.
|
|
Add SAMD support and simplify OS_NONE
|
|
|
|
|
|
|
|
|
|
|
|
enhance cdc with better multiple interfaces support
add default ep size for cdc and msc device CFG_TUD_CDC_EPSIZE,
CFG_TUD_MSC_EPSIZE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|