esp-idf/tools/test_apps/system/build_test
..
main
CMakeLists.txt
README.md
sdkconfig.ci.client_only_mbedtls
sdkconfig.ci.custom_uart
sdkconfig.ci.esp32c2_26mhz_xtal
sdkconfig.ci.esp32c2_with_rom_impl_components
sdkconfig.ci.esp32c2_without_rom_impl_components
sdkconfig.ci.esp32c2_without_rvfplib
sdkconfig.ci.esp32c6_with_rom_impl_components
sdkconfig.ci.esp32c6_without_rom_impl_components
sdkconfig.ci.esp32c6_without_rvfplib
sdkconfig.ci.esp32h2_with_rom_impl_components
sdkconfig.ci.esp32h2_without_rom_impl_components
sdkconfig.ci.ethernet_disabled
sdkconfig.ci.flash_encryption_release
sdkconfig.ci.freertos_smp
sdkconfig.ci.heap_tracing
sdkconfig.ci.no_esp_cert_bundle
sdkconfig.ci.no_flash_delay
sdkconfig.ci.no_https_client
sdkconfig.ci.o2_no_asserts
sdkconfig.ci.panic_handler_iram
sdkconfig.ci.phy_multiple_init_data
sdkconfig.ci.rtc_gpio_desc
sdkconfig.ci.trax
sdkconfig.ci.usb_serial_jtag

README.md

Supported Targets ESP32 ESP32-C3 ESP32-H2 ESP32-S2 ESP32-S3

Efuse on ESP32-C2 not supported

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.