Xiao Xufeng 1f5fb3f921 spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart 2 vuotta sitten
..
main 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 vuotta sitten
CMakeLists.txt 6d11c37ff1 core-system: trim build components for core-system test apps 2 vuotta sitten
README.md 2fe4fe2c19 ci(system): re-enable build test app for C2 and C6, clean up configs 2 vuotta sitten
sdkconfig.ci.client_only_mbedtls be91515488 test_apps: add CLIENT_ONLY_MBEDTLS configuration to build tests 4 vuotta sitten
sdkconfig.ci.custom_uart 1cbb2287be ci: add build test for custom console UART pins 5 vuotta sitten
sdkconfig.ci.esp32c2_26mhz_xtal ee3423834e kconfig: refactor xtal freq kconfig to common configuration item 3 vuotta sitten
sdkconfig.ci.esp32s3_mspi_timing_assertion_disabled 1f5fb3f921 spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart 2 vuotta sitten
sdkconfig.ci.ethernet_disabled 165c0d852b Tools: Rewrite build system unit tests to python - other target tests 2 vuotta sitten
sdkconfig.ci.flash_encryption_release f339b3fc96 efuse(esp32): Deprecate esp_efuse_burn_new_values() & esp_efuse_write_random_key() 4 vuotta sitten
sdkconfig.ci.freertos_smp ae391ec360 freertos-smp: added a build test for freertos smp 3 vuotta sitten
sdkconfig.ci.heap_tracing d5cc79db48 test_apps: add HEAP_TRACING configuration to build tests 4 vuotta sitten
sdkconfig.ci.no_esp_cert_bundle 37ad7c2e1f test_apps: add build only test for !MBEDTLS_CERTIFICATE_BUNDLE 3 vuotta sitten
sdkconfig.ci.no_flash_delay c0ed9349b0 test_apps: add build test for !CONFIG_SPI_FLASH_YIELD_DURING_ERASE 5 vuotta sitten
sdkconfig.ci.no_https_client 316cdd34e2 ci: Add disable CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS ci build file 4 vuotta sitten
sdkconfig.ci.no_rom_impl_components 2fe4fe2c19 ci(system): re-enable build test app for C2 and C6, clean up configs 2 vuotta sitten
sdkconfig.ci.no_rvfplib 2fe4fe2c19 ci(system): re-enable build test app for C2 and C6, clean up configs 2 vuotta sitten
sdkconfig.ci.o2_no_asserts b844df8c85 uart: fixed sclk_freq not init warning when compiling with asserts disabled 3 vuotta sitten
sdkconfig.ci.panic_handler_iram 24e9d6b26a esp_common: allow placing panic handler into IRAM on ESP32-S2 5 vuotta sitten
sdkconfig.ci.panic_silent_reboot 6fea0260a3 fix(esp_system): suppress compiler warning if ESP_SYSTEM_PANIC_SILENT_REBOOT is enabled 2 vuotta sitten
sdkconfig.ci.phy_multiple_init_data 2a09234957 esp_phy: rename esp_phy component prefix 4 vuotta sitten
sdkconfig.ci.rom_impl_components 2fe4fe2c19 ci(system): re-enable build test app for C2 and C6, clean up configs 2 vuotta sitten
sdkconfig.ci.trax_esp32 a300b3eb81 ci: fix invalid kconfig options in system test apps 2 vuotta sitten
sdkconfig.ci.trax_esp32s2 a300b3eb81 ci: fix invalid kconfig options in system test apps 2 vuotta sitten
sdkconfig.ci.usb_console_ets_printf 2fe4fe2c19 ci(system): re-enable build test app for C2 and C6, clean up configs 2 vuotta sitten

README.md

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-C6 ESP32-H2 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.