esp-idf/tools/test_apps/system/startup
Fu Hanxi 0146f258d7 style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
..
main
CMakeLists.txt
README.txt
app_test.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
sdkconfig.ci.default
sdkconfig.ci.flash_80m_qio
sdkconfig.ci.no_vfs
sdkconfig.ci.no_vfs_partial
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

README.txt

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.