| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- add USB priority check for freeRTOS config
|
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
able to carry some usb transfer
|
|
- device regconized on bus but doesnt response with setup packet.
- temp disable msc
|
|
|
|
|
|
|
|
- fix build issue with freertos
|
|
- rename dcd,hal to dcd_samd51, hal_samd51 since some IDE has issue with
duplicated names (e.g keil, ses).
|
|
|
|
|
|
|
|
|