esp-idf/tools/test_apps/system/startup
Ivan Grokhotkov 600665a563 Merge branch 'bugfix/esp32s2_o2_op' into 'master'
freertos: fix build error at -O2 optimization level

Closes IDFGH-3581

See merge request espressif/esp-idf!9444
2020-08-05 22:03:00 +08:00
..
main CI: document test-apps feature, updated test-apps structure 2020-02-06 16:46:41 +00:00
app_test.py CI: document test-apps feature, updated test-apps structure 2020-02-06 16:46:41 +00:00
CMakeLists.txt CI: document test-apps feature, updated test-apps structure 2020-02-06 16:46:41 +00:00
README.txt CI: document test-apps feature, updated test-apps structure 2020-02-06 16:46:41 +00:00
sdkconfig.ci.default CI: document test-apps feature, updated test-apps structure 2020-02-06 16:46:41 +00:00
sdkconfig.ci.flash_80m_qio CI: document test-apps feature, updated test-apps structure 2020-02-06 16:46:41 +00:00
sdkconfig.ci.no_vfs ci: add startup tests with VFS disabled 2020-03-20 14:07:10 +01:00
sdkconfig.ci.no_vfs_partial ci: add startup tests with VFS disabled 2020-03-20 14:07:10 +01:00
sdkconfig.ci.opt_o0 freertos: increase configMINIMAL_STACK_SIZE when building with -O0 2020-06-02 18:51:16 +02:00
sdkconfig.ci.opt_o2 ci: add startup test with -O2 optimization level 2020-07-15 12:50:51 +00:00
sdkconfig.ci.stack_check esp_system: restore deleted no stack check flag 2020-07-22 11:57:18 +08:00

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.