| Age | Commit message (Collapse) | Author |
|
|
|
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]>
|
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
can be useful when focusing on let's say usbh
|
|
|
|
|
|
plugging in
|
|
|
|
|
|
|
|
hub removal with usbh queue
|
|
|
|
- tuh_control_xfer() update xfer result to user_data if complete
callback = NULL (sync/blocking)
- refactor host serial driver for acm/ftdi/cp210x
|
|
|
|
- CFG_TUD_MEM_SECTION and CFG_TUD_MEM_ALIGN
- CFG_TUH_MEM_SECTION and CFG_TUH_MEM_ALIGN
- fix missing mem section and align for host
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add NULL check to loop in list_remove_qhd_by_addr() function in ehci.c
|
|
|
|
|
|
|
|
when LOG=1
|
|
|
|
|
|
|