Ivan Grokhotkov 4b5146a4ad test_apps: add build test for !CONFIG_SPI_FLASH_YIELD_DURING_ERASE %!s(int64=5) %!d(string=hai) anos
..
main d41f856576 cmake: fix C identifier generation from embedded file %!s(int64=5) %!d(string=hai) anos
CMakeLists.txt 1cbb2287be ci: add build test for custom console UART pins %!s(int64=6) %!d(string=hai) anos
README.txt 1cbb2287be ci: add build test for custom console UART pins %!s(int64=6) %!d(string=hai) anos
sdkconfig.ci.custom_uart 1cbb2287be ci: add build test for custom console UART pins %!s(int64=6) %!d(string=hai) anos
sdkconfig.ci.no_flash_delay 4b5146a4ad test_apps: add build test for !CONFIG_SPI_FLASH_YIELD_DURING_ERASE %!s(int64=5) %!d(string=hai) anos
sdkconfig.ci.panic_handler_iram 8749c46284 esp_common: allow placing panic handler into IRAM on ESP32-S2 %!s(int64=5) %!d(string=hai) anos
sdkconfig.ci.phy_multiple_init_data 5019419496 esp32s2: fix when enable multi phy init data bin compile err. %!s(int64=6) %!d(string=hai) anos
sdkconfig.ci.trax 240ec7444f ci: add build test for TRAX feature %!s(int64=6) %!d(string=hai) anos

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.