| Age | Commit message (Collapse) | Author |
|
change usbh driver init() return type from void to bool
|
|
add TUSB_VERSION_BUILD, also add TUSB_VERSION_NUMBER
|
|
SET_CONFIGURATION is successful
- usbh: abort all pending xfer when SET_CONFIGURATION is complete
- use tu_edpt_release in tuh_edpt_abort_xfer instead of usbh_edpt_release
- rename _xfer_complete -> _control_xfer_complete
|
|
|
|
|
|
|
|
|
|
- change code style
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|