esp-idf/tools/test_apps/system/build_test
2021-10-13 13:10:49 +08:00
..
main Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00: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.client_only_mbedtls test_apps: add CLIENT_ONLY_MBEDTLS configuration to build tests 2021-10-04 19:18:45 +08: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 efuse(esp32): Deprecate esp_efuse_burn_new_values() & esp_efuse_write_random_key() 2021-06-17 07:21:36 +08:00
sdkconfig.ci.heap_tracing test_apps: add HEAP_TRACING configuration to build tests 2021-06-22 14:14:10 +08: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.no_https_client ci: Add disable CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS ci build file 2021-08-17 19:56:15 +08: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 esp_phy: rename esp_phy component prefix 2021-10-13 13:10:49 +08:00
sdkconfig.ci.rtc_gpio_desc test_apps: add build test case for RTC GPIO descriptor configuration 2020-12-21 13:57:07 +05:30
sdkconfig.ci.trax ci: add build test for TRAX feature 2020-02-19 14:02:35 +01:00
sdkconfig.ci.usb_serial_jtag * ets_delay_us(1) has too much overhead; change logic 2021-04-28 16:38:24 +08: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.