| Age | Commit message (Collapse) | Author |
|
- change code style
|
|
[HUB] Fix double status xfer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These are intended to allow bare metal platforms with one-shot scheduling
capabilities to schedule the TinyUSB task handlers whenever they know there is
work for them to do.
Signed-off-by: Angus Gratton <[email protected]>
|
|
|
|
|
|
revert change in hcd.h
|
|
|
|
|
|
change tuh_int_handler() to take in_isr as optional parameter (default =
true)
|
|
|
|
add -Wno-error=format for espressif
wrap up cdc_msc_hid_freertos
|
|
|
|
- also add usbh_defer_func()
|
|
|
|
CONDETIRQ occurs but we are disabled interrupt (for osal queue access).
|
|
|
|
- rename max3421e to max3421
- fix incorrect bitmask for HCTL, fix initial device connect
- fix bus reset cause connect IRQ
|
|
|
|
- add empty tuh_int_handler/tud_int_handler if corresponidng stack not enabled
- add hcd_template.c
|
|
control transfer
|
|
|
|
- also rename usbh_classdriver.h to usbh_pvt.h to consitent with usbd
|
|
|
|
- also improve ehci bus reset
- seperate bus reset delay and contact debouncing delay in enumeration
|
|
selectively disable usbd/usbh or driver log
|
|
osal_none: make it possible to override the task delay function
|
|
Enhance EHCI
|
|
|
|
|
|
|
|
|
|
|
|
add tu_assert() check for aligned 32byte address for imxrt
|
|
|
|
|
|
|
|
can be useful when focusing on let's say usbh
|
|
|
|
|
|
|
|
plugging in
|
|
|
|
|
|
|