esp-idf/tools/test_apps/system/build_test
Alexey Lapshin cb82161dae feat(system): esp32p4: support panic tests 2024-03-21 15:36:36 +04:00
..
main Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
CMakeLists.txt core-system: trim build components for core-system test apps 2023-06-13 09:14:42 +08:00
README.md ci(system): fixed and enabled misc system build tests 2023-11-28 14:00:16 +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.console_none_esp32c3 change(console): Add build test for no console output 2024-02-28 20:39:52 +08:00
sdkconfig.ci.custom_mac feat(mac): Add a configuration to set custom MAC as base MAC 2023-12-06 10:46:22 +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.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 Tools: Rewrite build system unit tests to python - other target tests 2023-02-09 16:08:04 +01: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.no_hwsg feat(system): esp32p4: support panic tests 2024-03-21 15:36:36 +04:00
sdkconfig.ci.no_rvfplib ci(system): re-enable build test app for C2 and C6, clean up configs 2023-09-22 13:46:00 +02: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.panic_silent_reboot fix(esp_system): suppress compiler warning if ESP_SYSTEM_PANIC_SILENT_REBOOT is enabled 2023-09-12 16:30:42 +08:00
sdkconfig.ci.phy_multiple_init_data esp_phy: rename esp_phy component prefix 2021-10-13 13:10:49 +08:00
sdkconfig.ci.spi_flash_opts fix(bootloader_support): Adds bootloader_flash_update_size() for the rest chips 2024-02-14 17:41:20 +02:00
sdkconfig.ci.trax_esp32 ci: fix invalid kconfig options in system test apps 2023-05-09 11:27:55 +08:00
sdkconfig.ci.trax_esp32s2 ci: fix invalid kconfig options in system test apps 2023-05-09 11:27:55 +08:00
sdkconfig.ci.usb_console_ets_printf ci(system): re-enable build test app for C2 and C6, clean up configs 2023-09-22 13:46:00 +02:00

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.