| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
tested working with sam d21 and d51, not tested with nrf52, seem not
working with esp32
|
|
|
|
revert change in hcd.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
fix:Resource leak: fp
|
|
|
|
|
|
'MAX3421_HOST=1' must be added as part of make/cmake command
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
update ci cmake
|
|
|
|
- also add usbh_defer_func()
|
|
|
|
|
|
CONDETIRQ occurs but we are disabled interrupt (for osal queue access).
|
|
|
|
- hcd_int_disable/enable is software only to reduce interrupt lag
|
|
Signed-off-by: yuxiaojun <[email protected]>
|
|
- merge addr0 ep to pool
- add control status to xact in/out
- use atomic flag busy to ensure only 1 transfer is active at any time
- execute pending transfer after one is complete (or clear busy flag)
- change rtt mode to block if full
|
|
|
|
- rename max3421e to max3421
- fix incorrect bitmask for HCTL, fix initial device connect
- fix bus reset cause connect IRQ
|
|
|
|
interrupt pin
|