| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
add new labeler workflow
|
|
|
|
Do not enable the Mode mismatch interrupt source, it is not cleared
|
|
|
|
Fix the error that occurs when executing make on Windows
|
|
|
|
|
|
Fix uvc hardfault
|
|
|
|
|
|
|
|
also remove pico_bootsel_via_double_reset from rp2040
|
|
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
|
|
|
|
|
|
|
|
|
|
fix: uvc multiple interface support
|
|
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
|
|
work around possible RP2040 erratum
|
|
|
|
- rename reset_ep0_pid() to reset_ep0()
- minor update log message
|
|
|
|
Minor code format
|
|
|
|
|
|
- Define EP_ALLOCREQ
- Define EP_FREEREQ
- Define EP_ALLOCBUFFER
- Define EP_FREEBUFFER
Those were previously defined in spresense-exported-sdk, but now have been removed.
|
|
|
|
|
|
|
|
|
|
|
|
|