f4ea9d4cea
FreeRTOS scheduler uses additional stack space, as in some functions variables are placed onto the stack instead of registers. This issue resulted in occasional stack overflows in dport task, when compiling at -O0 optimization level. - Increase the configMINIMAL_STACK_SIZE to 1kB. - Enable the watchpoint at the end of stack in CI startup test for this optimization level. |
||
---|---|---|
.. | ||
include/freertos | ||
test | ||
xtensa | ||
CMakeLists.txt | ||
component.mk | ||
croutine.c | ||
event_groups.c | ||
FreeRTOS-openocd.c | ||
Kconfig | ||
license.txt | ||
linker.lf | ||
list.c | ||
queue.c | ||
sdkconfig.rename | ||
stdint.readme | ||
tasks.c | ||
timers.c |