| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
temporarily disable codespell
|
|
|
|
|
|
|
|
fix: Replace device calls to memcpy with tu_memcpy_s
|
|
|
|
OHCI usbh, tweaks and improvements
|
|
|
|
also add place holder for tusb_app_dcache_flush() and
tusb_app_dcache_invalidate()
|
|
|
|
|
|
fix: Change all static variables to thread when fuzzing
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rename to advance/backward_index
|
|
_ff_count() and _ff_remaining()
|
|
condition check
|
|
|
|
- remove non_used_index_space
- packed overwritable with item_size
|
|
|
|
|
|
|
|
|
|
|
|
when LOG=1
|
|
add CDC_CONTROL_LINE_STATE_DTR/RTS, TUSB_INDEX_INVALID enum
|
|
adding cdc host fifo tx/rx
|
|
|
|
add macro to swallow mutex API in order to simplify code with mutex
|