This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2024-10-05 20:47:46 -04:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
b1c85cc1d5
esp-idf
/
tools
/
test_apps
/
system
/
startup
/
sdkconfig.ci.opt_o0
3 lines
78 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ci: add basic startup test for when CONFIG_COMPILER_OPTIMIZATION_NONE=y
2020-03-24 22:00:06 -04: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 12:51:16 -04:00
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
Reference in New Issue
Copy Permalink