esp-idf/tools/test_apps/system/build_test
2020-07-22 21:57:58 +02:00
..
main cmake: fix C identifier generation from embedded file 2020-06-16 17:05:46 +08:00
CMakeLists.txt ci: add build test for custom console UART pins 2020-02-19 08:13:23 +01:00
README.txt ci: add build test for custom console UART pins 2020-02-19 08:13:23 +01:00
sdkconfig.ci.custom_uart ci: add build test for custom console UART pins 2020-02-19 08:13:23 +01:00
sdkconfig.ci.flash_encryption_release ci: add build test for CONFIG_SECURE_FLASH_ENCRYPTION_MODE_RELEASE 2020-07-17 21:04:08 +02:00
sdkconfig.ci.no_flash_delay test_apps: add build test for !CONFIG_SPI_FLASH_YIELD_DURING_ERASE 2020-06-02 15:42:24 +02:00
sdkconfig.ci.panic_handler_iram esp_common: allow placing panic handler into IRAM on ESP32-S2 2020-07-22 21:57:58 +02:00
sdkconfig.ci.phy_multiple_init_data esp32s2: fix when enable multi phy init data bin compile err. 2020-03-11 18:03:21 +08:00
sdkconfig.ci.trax ci: add build test for TRAX feature 2020-02-19 14:02:35 +01:00

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.