| Age | Commit message (Collapse) | Author |
|
Refactor hid host
|
|
tuh_itf_info_t
|
|
- previously CFG_TUH_HID is max number of interfaces per device which is
rather limited and consume more resources than needed.
- change hid host instance in API to index
|
|
|
|
UAC2: fix feedback EP buffer alignment.
|
|
|
|
|
|
|
|
|
|
|
|
temporarily disable codespell
|
|
|
|
|
|
|
|
Bug: #1935
|
|
|
|
stm32_fsdev & ISO EP buffer allocation improvements
|
|
|
|
fix: Replace device calls to memcpy with tu_memcpy_s
|
|
|
|
|
|
fix: Change all static variables to thread when fuzzing
|
|
|
|
|
|
cdc_desc_func_telephone_call_state_reporting_capabilities_t
|
|
- keep each field at or under 16b
- For optimal packing, segment fields to 8b boundaries
|
|
|
|
|
|
|
|
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.
|
|
Fix UVC probe and commit on MacOS
|
|
Fix typo in audio.h. Specifiy _ctrl_xfer struct in CFG_TUSB_MEM_SECTION in usbh.c
|
|
|
|
Add NULL check to loop in list_remove_qhd_by_addr() function in ehci.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|