This website requires JavaScript.
Explore
Help
Register
Sign In
Crash_Override
/
OVMS3-idf
Watch
1
Star
0
Fork
You've already forked OVMS3-idf
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
744ec42e9f
OVMS3-idf
/
tools
/
test_apps
/
system
/
startup
/
sdkconfig.ci.opt_o0
3 lines
78 B
Text
Raw
Normal View
History
Unescape
Escape
ci: add basic startup test for when CONFIG_COMPILER_OPTIMIZATION_NONE=y
2020-03-25 02:00:06 +00:00
CONFIG_COMPILER_OPTIMIZATION_NONE=y
freertos: increase configMINIMAL_STACK_SIZE when building with -O0 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.
2020-06-02 16:51:16 +00:00
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
Reference in a new issue
Copy permalink