esp-idf/tools/test_apps/system/startup
Konstantin Kondrashov 4c0cf40a39 efuse: Burn operation does not block reading 2021-06-18 11:52:47 +08:00
..
main system: add test for simulating single core esp32 startup 2021-03-29 06:50:47 +00:00
CMakeLists.txt
README.txt
app_test.py system: add test for simulating single core esp32 startup 2021-03-29 06:50:47 +00:00
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.single_core_variant system: add test for simulating single core esp32 startup 2021-03-29 06:50:47 +00:00
sdkconfig.ci.stack_check
sdkconfig.ci.verbose_log efuse: Burn operation does not block reading 2021-06-18 11:52:47 +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.