| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tuh_cdc_write_available(), tuh_cdc_read_flush(), tuh_cdc_rx_cb()
callback
|
|
|
|
|
|
|
|
|
|
|
|
TODO: first character seems not to get echoed. set control line state
seems to failed with LOG < 2
|
|
add CDC_CONTROL_LINE_STATE_DTR/RTS, TUSB_INDEX_INVALID enum
|
|
|