mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
600665a563
freertos: fix build error at -O2 optimization level Closes IDFGH-3581 See merge request espressif/esp-idf!9444 |
||
---|---|---|
.. | ||
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 | ||
sdkconfig.ci.opt_o2 | ||
sdkconfig.ci.stack_check |
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.