esp-idf/tools/test_apps/system/build_test
Angus Gratton b3e77c7ce9 Merge branch 'bugfix/embed_file_symbol_names' into 'master'
cmake: fix C identifier generation from embedded file

See merge request espressif/esp-idf!9078
2020-06-17 07:57:27 +08:00
..
main cmake: fix C identifier generation from embedded file 2020-06-16 17:05:46 +08:00
CMakeLists.txt
README.txt
sdkconfig.ci.custom_uart
sdkconfig.ci.no_flash_delay
sdkconfig.ci.phy_multiple_init_data
sdkconfig.ci.trax

README.txt

This project is for testing if the application can be built with a particular sdkconfig setting.

To add new configuration, create one more sdkconfig.ci.NAME file in this directory.
To make the configuration target-specific, add a CONFIG_IDF_TARGET="name" line.

If you need to test for anything other than building, create another test project.