esp-idf/tools/test_apps/system/startup
Djordje Nedic facab8c5a7 tools: Increase the minimal supported CMake version to 3.16
This updates the minimal supported version of CMake to 3.16, which in turn enables us to use more CMake features and have a cleaner build system.
This is the version that provides most new features and also the one we use in our latest docker image for CI.
2022-06-01 06:35:02 +00:00
..
main esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 2022-03-07 11:18:08 +05:30
app_test.py CI: rename some tests to avoid duplicated test names 2022-03-11 18:38:41 +08:00
CMakeLists.txt tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
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.single_core_variant system: add test for simulating single core esp32 startup 2021-03-29 06:50:47 +00:00
sdkconfig.ci.stack_check esp_system: restore deleted no stack check flag 2020-07-22 11:57:18 +08:00
sdkconfig.ci.verbose_log efuse: Burn operation does not block reading 2021-06-18 11:52:47 +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.