mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
.. | ||
main | ||
CMakeLists.txt | ||
README.md | ||
sdkconfig.ci.client_only_mbedtls | ||
sdkconfig.ci.custom_uart | ||
sdkconfig.ci.esp32c2_rom_impl_components | ||
sdkconfig.ci.flash_encryption_release | ||
sdkconfig.ci.heap_tracing | ||
sdkconfig.ci.no_esp_cert_bundle | ||
sdkconfig.ci.no_flash_delay | ||
sdkconfig.ci.no_https_client | ||
sdkconfig.ci.panic_handler_iram | ||
sdkconfig.ci.phy_multiple_init_data | ||
sdkconfig.ci.rtc_gpio_desc | ||
sdkconfig.ci.rvfplib | ||
sdkconfig.ci.trax | ||
sdkconfig.ci.usb_serial_jtag |
Supported Targets | ESP32 | ESP32-S2 | ESP32-S3 | ESP32-C3 |
---|
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.