| Age | Commit message (Collapse) | Author |
|
fix compiling with nuc family
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
|
|
|
|
use cbw.command[0] for pending IO command
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Added support for SCSI_CMD_PREVENT_ALLOW_MEDIUM_REMOVAL
|
|
|
|
|
|
temporarily disable codespell
|
|
set default error sense to NOT READY, Medium not present
|
|
|
|
|
|
|
|
migrated msc_device
|
|
|
|
rename CFG_TUD_HID_BUFSIZE to CFG_TUD_HID_EP_BUFSIZE
|
|
only done with cdc and msc, push this interim for feedback first
|
|
|
|
|
|
|
|
|
|
control_complete
|
|
|
|
|
|
|
|
add tud_msc_start_stop_cb() as optional callback
|
|
- rename tud_msc_maxlun_cb to tud_msc_get_maxlun_cb
|
|
|
|
|
|
- remove CFG_TUD_MSC_MAXLUN
- add tud_msc_maxlun_cb()
- add msc_dual_lun exmaple
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|