| Age | Commit message (Collapse) | Author |
|
|
|
Default to 1 NAK per endpoint
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
state
|
|
as official option
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Do not enable the Mode mismatch interrupt source, it is not cleared
|
|
Fix uvc hardfault
|
|
change usbh driver init() return type from void to bool
|
|
add osal_semaphore_delete(), osal_mutex_delete(), osal_queue_delete()
|
|
|
|
|
|
add TUSB_VERSION_BUILD, also add TUSB_VERSION_NUMBER
|
|
Tweaks for ESP-IDF 5.2.1
|
|
|
|
|
|
|
|
|
|
1. fix next interface may have IAD_DESC
2. fix vs_itf can't be open on bulk mode.
|
|
Warning[Pa089]: enumerated type mixed with another enumerated type ...tusb_uac2_audio.c 199
This issue stops the build if we treat warning as error
|
|
compiled with cubeide O1/O2/O3
|
|
use rt-thread 5+ mq recv api
|
|
|
|
- rename reset_ep0_pid() to reset_ep0()
- minor update log message
|
|
|
|
|
|
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
|
|
|