esp-idf/tools/test_apps/system/build_test
wuzhenghui 0b02441fe7 fix(esp_system): suppress compiler warning if ESP_SYSTEM_PANIC_SILENT_REBOOT is enabled 2023-09-19 10:51:24 +08:00
..
main
CMakeLists.txt
README.txt
sdkconfig.ci.client_only_mbedtls
sdkconfig.ci.custom_uart
sdkconfig.ci.flash_encryption_release
sdkconfig.ci.heap_tracing
sdkconfig.ci.no_error_check build: fix unused tag string 2022-01-28 11:59:45 +08:00
sdkconfig.ci.no_esp_cert_bundle test_apps: add build only test for !MBEDTLS_CERTIFICATE_BUNDLE 2022-06-12 09:31:37 +05:30
sdkconfig.ci.no_flash_delay
sdkconfig.ci.no_https_client
sdkconfig.ci.panic_handler_iram
sdkconfig.ci.panic_silent_reboot fix(esp_system): suppress compiler warning if ESP_SYSTEM_PANIC_SILENT_REBOOT is enabled 2023-09-19 10:51:24 +08: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
sdkconfig.ci.trax
sdkconfig.ci.usb_serial_jtag

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.