esp-idf/tools/test_apps/system/startup
Sudeep Mohanty a9fda54d39 esp_hw_support/esp_system: Re-evaluate header inclusions and include directories
This commit updates the visibility of various header files and cleans up
some unnecessary inclusions. Also, this commit removes certain header
include paths which were maintained for backward compatibility.
2022-03-07 11:18:08 +05:30
..
main esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 2022-03-07 11:18:08 +05:30
app_test.py system: add test for simulating single core esp32 startup 2021-03-29 06:50:47 +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.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.