This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
esp-idf
kopia lustrzana
https://github.com/espressif/esp-idf
Obserwuj
1
Polub
0
Forkuj
You've already forked esp-idf
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
3fa1f5d4d6
esp-idf
/
tools
/
test_apps
/
system
/
startup
/
sdkconfig.ci.opt_o0
3 wiersze
78 B
Plaintext
Czysty
Zwykły widok
Historia
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