esp-idf/tools/test_apps/system/startup
Ivan Grokhotkov 7f18576e23 Merge branch 'bugfix/inline_get_cpu_id_hal_func' into 'master'
soc: put hal function to get core id in IRAM

See merge request espressif/esp-idf!8107
2020-03-26 18:14:51 +08:00
..
main
CMakeLists.txt
README.txt
app_test.py
sdkconfig.ci.default
sdkconfig.ci.flash_80m_qio
sdkconfig.ci.no_vfs
sdkconfig.ci.no_vfs_partial
sdkconfig.ci.opt_o0

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.