OVMS3-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 CI: document test-apps feature, updated test-apps structure 2020-02-06 16:46:41 +00:00
app_test.py CI: document test-apps feature, updated test-apps structure 2020-02-06 16:46:41 +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 ci: add basic startup test for when CONFIG_COMPILER_OPTIMIZATION_NONE=y 2020-03-25 10:00:39 +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.