Angus Gratton 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
..
main 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 лет назад
CMakeLists.txt 1cbb2287be ci: add build test for custom console UART pins 6 лет назад
README.txt 1cbb2287be ci: add build test for custom console UART pins 6 лет назад
sdkconfig.ci.custom_uart 1cbb2287be ci: add build test for custom console UART pins 6 лет назад
sdkconfig.ci.flash_encryption_release c627a1b6a0 ci: add build test for CONFIG_SECURE_FLASH_ENCRYPTION_MODE_RELEASE 5 лет назад
sdkconfig.ci.no_flash_delay c0ed9349b0 test_apps: add build test for !CONFIG_SPI_FLASH_YIELD_DURING_ERASE 5 лет назад
sdkconfig.ci.panic_handler_iram 24e9d6b26a esp_common: allow placing panic handler into IRAM on ESP32-S2 5 лет назад
sdkconfig.ci.phy_multiple_init_data 5019419496 esp32s2: fix when enable multi phy init data bin compile err. 5 лет назад
sdkconfig.ci.trax 240ec7444f ci: add build test for TRAX feature 6 лет назад

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.