esp-idf/tools/test_apps/system/build_test
wuzhenghui fca7d70e05 esp32c6: add minimal ci support
- enable build_template_app
- enable check public headers
- enable g0 components dependency check
2022-09-26 20:32:13 +08:00
..
main Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
CMakeLists.txt tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
README.md docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
sdkconfig.ci.client_only_mbedtls test_apps: add CLIENT_ONLY_MBEDTLS configuration to build tests 2021-10-04 19:18:45 +08:00
sdkconfig.ci.custom_uart ci: add build test for custom console UART pins 2020-02-19 08:13:23 +01:00
sdkconfig.ci.esp32c2_26mhz_xtal kconfig: refactor xtal freq kconfig to common configuration item 2022-08-05 19:12:29 +08:00
sdkconfig.ci.esp32c2_with_rom_impl_components gptimer: test on c2 with xtal 26mhz 2022-07-20 04:40:28 +00:00
sdkconfig.ci.esp32c2_without_rom_impl_components hal: use ROM implementation for systimer and wdt on esp32c2 2022-05-12 05:18:57 +00:00
sdkconfig.ci.esp32c2_without_rvfplib esp32c6: add minimal ci support 2022-09-26 20:32:13 +08:00
sdkconfig.ci.esp32c6_with_rom_impl_components esp32c6: add minimal ci support 2022-09-26 20:32:13 +08:00
sdkconfig.ci.esp32c6_without_rom_impl_components esp32c6: add minimal ci support 2022-09-26 20:32:13 +08:00
sdkconfig.ci.esp32c6_without_rvfplib esp32c6: add minimal ci support 2022-09-26 20:32:13 +08:00
sdkconfig.ci.flash_encryption_release efuse(esp32): Deprecate esp_efuse_burn_new_values() & esp_efuse_write_random_key() 2021-06-17 07:21:36 +08:00
sdkconfig.ci.freertos_smp freertos-smp: added a build test for freertos smp 2022-06-20 14:54:35 +02:00
sdkconfig.ci.heap_tracing test_apps: add HEAP_TRACING configuration to build tests 2021-06-22 14:14:10 +08:00
sdkconfig.ci.no_esp_cert_bundle test_apps: add build only test for !MBEDTLS_CERTIFICATE_BUNDLE 2022-04-06 05:10:43 +00:00
sdkconfig.ci.no_flash_delay test_apps: add build test for !CONFIG_SPI_FLASH_YIELD_DURING_ERASE 2020-06-02 15:42:24 +02:00
sdkconfig.ci.no_https_client ci: Add disable CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS ci build file 2021-08-17 19:56:15 +08:00
sdkconfig.ci.o2_no_asserts uart: fixed sclk_freq not init warning when compiling with asserts disabled 2022-08-26 11:52:46 +08:00
sdkconfig.ci.panic_handler_iram esp_common: allow placing panic handler into IRAM on ESP32-S2 2020-07-22 21:57:58 +02:00
sdkconfig.ci.phy_multiple_init_data esp_phy: rename esp_phy component prefix 2021-10-13 13:10:49 +08:00
sdkconfig.ci.rtc_gpio_desc test_apps: add build test case for RTC GPIO descriptor configuration 2020-12-21 13:57:07 +05:30
sdkconfig.ci.trax ci: add build test for TRAX feature 2020-02-19 14:02:35 +01:00
sdkconfig.ci.usb_serial_jtag * ets_delay_us(1) has too much overhead; change logic 2021-04-28 16:38:24 +08:00

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.