| Age | Commit message (Collapse) | Author |
|
It also introduces a txbuffer which copies data into it but passes
the buffer straight to the USB rather than another copy.
|
|
|
|
|
|
|
|
|
|
|
|
tusb_task() still exists for backward compatible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CFG_TUD_DESC_*_EPNUM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- replace CFG_TUD_MSC_BLOCK_NUM & CFG_TUD_MSC_BLOCK_SZ by
tud_msc_capacity_cb() (mandatory callback)
|
|
- 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
|