| Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
|
|
|
|
$(FT90X_TOOLCHAIN) or even $(TOP) may have spaces. Quote to fix.
|
|
|
|
|
|
|
|
|
|
|