jingli ee3423834e kconfig: refactor xtal freq kconfig to common configuration item 3 gadi atpakaļ
..
main 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 gadi atpakaļ
CMakeLists.txt facab8c5a7 tools: Increase the minimal supported CMake version to 3.16 3 gadi atpakaļ
README.md c0568611dd docs: changes docs supported targets tables 3 gadi atpakaļ
sdkconfig.ci.client_only_mbedtls be91515488 test_apps: add CLIENT_ONLY_MBEDTLS configuration to build tests 4 gadi atpakaļ
sdkconfig.ci.custom_uart 1cbb2287be ci: add build test for custom console UART pins 6 gadi atpakaļ
sdkconfig.ci.esp32c2_26mhz_xtal ee3423834e kconfig: refactor xtal freq kconfig to common configuration item 3 gadi atpakaļ
sdkconfig.ci.esp32c2_with_rom_impl_components bec44ca2e9 gptimer: test on c2 with xtal 26mhz 3 gadi atpakaļ
sdkconfig.ci.esp32c2_without_rom_impl_components 24f5fecef0 hal: use ROM implementation for systimer and wdt on esp32c2 3 gadi atpakaļ
sdkconfig.ci.flash_encryption_release f339b3fc96 efuse(esp32): Deprecate esp_efuse_burn_new_values() & esp_efuse_write_random_key() 4 gadi atpakaļ
sdkconfig.ci.freertos_smp ae391ec360 freertos-smp: added a build test for freertos smp 3 gadi atpakaļ
sdkconfig.ci.heap_tracing d5cc79db48 test_apps: add HEAP_TRACING configuration to build tests 4 gadi atpakaļ
sdkconfig.ci.no_esp_cert_bundle 37ad7c2e1f test_apps: add build only test for !MBEDTLS_CERTIFICATE_BUNDLE 3 gadi atpakaļ
sdkconfig.ci.no_flash_delay c0ed9349b0 test_apps: add build test for !CONFIG_SPI_FLASH_YIELD_DURING_ERASE 5 gadi atpakaļ
sdkconfig.ci.no_https_client 316cdd34e2 ci: Add disable CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS ci build file 4 gadi atpakaļ
sdkconfig.ci.panic_handler_iram 24e9d6b26a esp_common: allow placing panic handler into IRAM on ESP32-S2 5 gadi atpakaļ
sdkconfig.ci.phy_multiple_init_data 2a09234957 esp_phy: rename esp_phy component prefix 4 gadi atpakaļ
sdkconfig.ci.rtc_gpio_desc 8d7c9d9883 test_apps: add build test case for RTC GPIO descriptor configuration 5 gadi atpakaļ
sdkconfig.ci.rvfplib 0580d68b69 esp32c2: Support riscv floating-point library selection 3 gadi atpakaļ
sdkconfig.ci.trax 240ec7444f ci: add build test for TRAX feature 6 gadi atpakaļ
sdkconfig.ci.usb_serial_jtag 2c75f63f89 * ets_delay_us(1) has too much overhead; change logic 4 gadi atpakaļ

README.md

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