| Age | Commit message (Collapse) | Author |
|
correct usb descriptor msc dual example to work with samg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
issue occur due to race condition
https://github.com/adafruit/Adafruit_TinyUSB_Arduino/issues/37
|
|
add msc scsi command list
|
|
incorrect queue 448 bytes instead of 512
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
samd21/samd51/stm32_fsdev
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and Disconnect
should work with #47
|
|
|
|
change dcd_init signature
|
|
- remove dcd_edpt_stalled() from dcd porting
|
|
|
|
|
|
and out
|
|
|
|
|
|
|
|
|
|
|
|
- replace tusb_hal_int_enable/disable to dcd_int_enable/disable,
hcd_int_enable/disable
- remove tusb_hal_init(), this will be part of dcd_init/hcd_init,
anything beyond dcd/hcd should be inited by bsp
|
|
|
|
|
|
It currently supports the SAMD21 and SAMD51 only. More will be
added later.
|
|
a SETUP token into.
|
|
|