| Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
|
|
|
|
- handle/fix double overflowed with write()
- other minor clean upp
|
|
- rename wr/rd absolute to index, and rel to pointer.
- fix crash with _tu_fifo_remaining()
- change get_relative_pointer() to idx2ptr() and merge with _ff_mod()
|
|
|
|
when starting up
|
|
|
|
|
|
|
|
|
|
|
|
Which fits both MIMXRT10XX and MIMXRT11XX.
|
|
These are mostly identical to the MIMXRT10XX, with one tiny difference.
|
|
-Wuninitialized, -Wunused, -Wredundant-decls
|