Konstantin Kondrashov 4c0cf40a39 efuse: Burn operation does not block reading 4 yıl önce
..
main 0a3ae58a61 system: add test for simulating single core esp32 startup 4 yıl önce
CMakeLists.txt 30c6e27bcc CI: document test-apps feature, updated test-apps structure 6 yıl önce
README.txt 30c6e27bcc CI: document test-apps feature, updated test-apps structure 6 yıl önce
app_test.py 0a3ae58a61 system: add test for simulating single core esp32 startup 4 yıl önce
sdkconfig.ci.default 30c6e27bcc CI: document test-apps feature, updated test-apps structure 6 yıl önce
sdkconfig.ci.flash_80m_qio 30c6e27bcc CI: document test-apps feature, updated test-apps structure 6 yıl önce
sdkconfig.ci.no_vfs 2548a3e528 ci: add startup tests with VFS disabled 5 yıl önce
sdkconfig.ci.no_vfs_partial 2548a3e528 ci: add startup tests with VFS disabled 5 yıl önce
sdkconfig.ci.opt_o0 f4ea9d4cea freertos: increase configMINIMAL_STACK_SIZE when building with -O0 5 yıl önce
sdkconfig.ci.opt_o2 6e9b480679 ci: add startup test with -O2 optimization level 5 yıl önce
sdkconfig.ci.single_core_variant 0a3ae58a61 system: add test for simulating single core esp32 startup 4 yıl önce
sdkconfig.ci.stack_check 837052c86f esp_system: restore deleted no stack check flag 5 yıl önce
sdkconfig.ci.verbose_log 4c0cf40a39 efuse: Burn operation does not block reading 4 yıl önce

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.