esp-idf/tools/test_apps/system/build_test
Konstantin Kondrashov 00f2e33008 fix(esp_system): Fix build when ANTI_ROLLBACK=y and PANIC_SILENT_REBOOT=y
Fix a case when two options are set as
CONFIG_BOOTLOADER_APP_ANTI_ROLLBACK=y
CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT=y

Closes https://github.com/espressif/esp-idf/issues/13417
2024-03-20 22:08:47 +02:00
..
main
CMakeLists.txt
README.md ci(system): fixed and enabled misc system build tests 2023-11-29 16:59:15 +08:00
partitions.csv fix(esp_system): Fix build when ANTI_ROLLBACK=y and PANIC_SILENT_REBOOT=y 2024-03-20 22:08:47 +02:00
sdkconfig.ci.client_only_mbedtls
sdkconfig.ci.console_none_esp32c3 change(console): Add build test for no console output 2024-02-29 17:39:34 +08:00
sdkconfig.ci.custom_mac feat(mac): Add a configuration to set custom MAC as base MAC 2023-12-07 14:14:55 +08:00
sdkconfig.ci.custom_uart
sdkconfig.ci.esp32c2_26mhz_xtal
sdkconfig.ci.esp32s3_mspi_timing_assertion_disabled spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart 2023-10-24 10:38:08 +08:00
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.no_rvfplib
sdkconfig.ci.o2_no_asserts
sdkconfig.ci.panic_handler_iram
sdkconfig.ci.panic_silent_reboot
sdkconfig.ci.panic_silent_reboot_anti_rollback fix(esp_system): Fix build when ANTI_ROLLBACK=y and PANIC_SILENT_REBOOT=y 2024-03-20 22:08:47 +02:00
sdkconfig.ci.phy_multiple_init_data
sdkconfig.ci.trax_esp32
sdkconfig.ci.trax_esp32s2
sdkconfig.ci.usb_console_ets_printf

README.md

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-C6 ESP32-H2 ESP32-P4 ESP32-S2 ESP32-S3

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.