| Age | Commit message (Collapse) | Author |
|
OPT_MCU_SAML22
|
|
|
|
|
|
|
|
with zephyr
- change tinyusb CMakeLists.txt to function tinyusb_target_add() instead of defining tinyusb lib target
|
|
|
|
|
|
|
|
- build_cmake.py always build with -DCMAKE_BUILD_TYPE=MinSizeRel
|
|
|
|
|
|
`STACK_SIZE = DEFINED(STACK_SIZE) ? STACK_SIZE : 0x1000` --> STACK_SIZE = 0
|
|
|
|
|
|
|
|
with make
|
|
|
|
|
|
temporarily disable codespell
|
|
also fix trailing spaces
|
|
|
|
-Wuninitialized, -Wunused, -Wredundant-decls
|
|
this allows ports to specify a freertos port outside the FreeRTOS-Kernel lib directory, which would otherwise not be possible
Signed-off-by: Rafael Silva <[email protected]>
|
|
|
|
|
|
|
|
|