| Age | Commit message (Collapse) | Author |
|
|
|
More max3421
|
|
|
|
tested working with sam d21 and d51, not tested with nrf52, seem not
working with esp32
|
|
|
|
Add max3421 support for esp32
|
|
revert change in hcd.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update IAR template.
|
|
Add in isr to hcd int hanlder
|
|
|
|
|
|
|
|
|
|
|
|
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
|