| Age | Commit message (Collapse) | Author |
|
|
|
- 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()
|
|
|
|
fuzz: Add support for fuzzing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adds support for fuzzing with basic cdc fuzzer.
|
|
Update unit test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cdc: Fix autoflush for FIFO < MPS
|
|
|
|
Hid fido
|
|
|
|
Allow the use of non-static allocation for FreeRTOS mutexes & queues
|
|
configSUPPORT_DYNAMIC_ALLOCATION only
note: for example to build with configSUPPORT_STATIC_ALLOCATION = 0, one
of heap_n.c must be included in makefile/cmake
|
|
Add codespell to ci run
|
|
|
|
|
|
|
|
|
|
Fix typos
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rp2040 host bulk comment
|
|
|
|
|
|
|
|
|