| Age | Commit message (Collapse) | Author |
|
|
|
Ref USB Spec 9.2.6.3
|
|
|
|
fix clang build with nrf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
[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
|