| Age | Commit message (Collapse) | Author |
|
change tuh_int_handler() to take in_isr as optional parameter (default =
true)
|
|
bit of issue
|
|
|
|
|
|
add -Wno-error=format for espressif
wrap up cdc_msc_hid_freertos
|
|
|
|
|
|
Cmake u5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix:Resource leak: fp
|
|
Fix msd extraneus bytes on reading
|
|
Add max3421e host driver
|
|
|
|
|
|
'MAX3421_HOST=1' must be added as part of make/cmake command
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes a problem found on MSD class where data read from from disks were sometimes partially overwritten by the status MSD message ("USBS...").
The function introduced wait for the hw fifo pipe to be empty, that prevent that new writing in the fife overwrite data which are not yet be transmitted by hw.
|
|
|
|
|
|
|
|
Add cmake support for samd21 and samd51
|
|
|
|
|
|
update ci cmake
|
|
|
|
- also add usbh_defer_func()
|
|
|
|
|
|
|
|
|
|
|
|
|