mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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. |
||
---|---|---|
.. | ||
main | ||
app_test.py | ||
CMakeLists.txt | ||
README.txt | ||
sdkconfig.ci.default | ||
sdkconfig.ci.flash_80m_qio | ||
sdkconfig.ci.no_vfs | ||
sdkconfig.ci.no_vfs_partial | ||
sdkconfig.ci.opt_o0 |
This project tests if the app can start up in a certain configuration. To add new configuration, create one more sdkconfig.ci.NAME file in this directory. If you need to test for anything other than app starting up, create another test project.