| Age | Commit message (Collapse) | Author |
|
|
|
endpoint to run this example
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- remove CFG_TUD_MSC_MAXLUN
- add tud_msc_maxlun_cb()
- add msc_dual_lun exmaple
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Application should declare its own device descriptor
|
|
|
|
and out
|
|
It also introduces a txbuffer which copies data into it but passes
the buffer straight to the USB rather than another copy.
|
|
|
|
|
|
CFG_TUD_DESC_*_EPNUM
|
|
|
|
It currently supports the SAMD21 and SAMD51 only. More will be
added later.
|
|
|
|
|
|
- replace CFG_TUD_MSC_BLOCK_NUM & CFG_TUD_MSC_BLOCK_SZ by
tud_msc_capacity_cb() (mandatory callback)
|
|
|
|
|