| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add osal_semaphore_delete(), osal_mutex_delete(), osal_queue_delete()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- also rename usbh_classdriver.h to usbh_pvt.h to consitent with usbd
|
|
|
|
|
|
fix: Replace device calls to memcpy with tu_memcpy_s
|
|
|
|
|
|
Introduces a new function tu_memcpy_s, which is effectively
a backport of memcpy_s. The change also refactors calls
to memcpy over to the more secure tu_memcpy_s.
|
|
|
|
|
|
|
|
|
|
add macro to swallow mutex API in order to simplify code with mutex
|
|
|
|
|
|
|
|
|
|
move debug utils to new header
|
|
|
|
|
|
TUSB_OPT_DEVICE_ENABLED still usable for backward compatible
|
|
|
|
|
|
|
|
|
|
- remove driver class code binding
- fully support IAD
- auto calculate total length for interface descriptor for driver
|
|
tu_edpt_validate() and tu_edpt_bind_driver()
|
|
add rhport to tud_init()
|
|
|
|
Host async control
|
|
|
|
|
|
- RTT mode is blocking to prevent log lost
- Improve logging message
|
|
|
|
|