| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
TUH_EPBUF_DEF
|
|
fix duplicated device attach for some devices which cause "USBH Defer Attach until current enumeration complete"
include dev0 for tuh_edpt_abort_xfer()
|
|
|
|
|
|
consistent
|
|
|
|
|
|
update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible
|
|
|
|
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
|