| Age | Commit message (Collapse) | Author |
|
fix build util with makefile
|
|
|
|
temporarily disable codespell
|
|
Bug: #1935
|
|
|
|
stm32_fsdev & ISO EP buffer allocation improvements
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
do not apply storage attributes to member of struct
|
|
|
|
to the host
|
|
|
|
|
|
Fix typo in audiod_rx_done_cb in audio_device.c
|
|
Which fits both MIMXRT10XX and MIMXRT11XX.
|
|
These are mostly identical to the MIMXRT10XX, with one tiny difference.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- also add interval_log2 to isr callback
- also rename other variables
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
By default disable
CFG_TUD_AUDIO_ENABLE_FEEDBACK_DETERMINATION_WITHIN_SOF_ISR such that
current examples still work.
|
|
|
|
|
|
|
|
|
|
TUSB_OPT_DEVICE_ENABLED still usable for backward compatible
|
|
|
|
|
|
|
|
|