Marius Vikhammer 6d11c37ff1 core-system: trim build components for core-system test apps 2 ani în urmă
..
main 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 ani în urmă
CMakeLists.txt 6d11c37ff1 core-system: trim build components for core-system test apps 2 ani în urmă
README.md 94120b82c2 esp32h2: add build test 3 ani în urmă
sdkconfig.ci.client_only_mbedtls be91515488 test_apps: add CLIENT_ONLY_MBEDTLS configuration to build tests 4 ani în urmă
sdkconfig.ci.custom_uart 1cbb2287be ci: add build test for custom console UART pins 6 ani în urmă
sdkconfig.ci.esp32c2_26mhz_xtal ee3423834e kconfig: refactor xtal freq kconfig to common configuration item 3 ani în urmă
sdkconfig.ci.esp32c2_with_rom_impl_components bec44ca2e9 gptimer: test on c2 with xtal 26mhz 3 ani în urmă
sdkconfig.ci.esp32c2_without_rom_impl_components 24f5fecef0 hal: use ROM implementation for systimer and wdt on esp32c2 3 ani în urmă
sdkconfig.ci.esp32c2_without_rvfplib fca7d70e05 esp32c6: add minimal ci support 3 ani în urmă
sdkconfig.ci.esp32c6_with_rom_impl_components fca7d70e05 esp32c6: add minimal ci support 3 ani în urmă
sdkconfig.ci.esp32c6_without_rom_impl_components fca7d70e05 esp32c6: add minimal ci support 3 ani în urmă
sdkconfig.ci.esp32c6_without_rvfplib fca7d70e05 esp32c6: add minimal ci support 3 ani în urmă
sdkconfig.ci.esp32h2_with_rom_impl_components 4e67332b74 ESP32H2: Add small CI test for ESP32H2 3 ani în urmă
sdkconfig.ci.esp32h2_without_rom_impl_components 4e67332b74 ESP32H2: Add small CI test for ESP32H2 3 ani în urmă
sdkconfig.ci.esp32s3_mspi_timing_assertion_disabled eee34bcf70 mspi: fix build failure under assertion disable 2 ani în urmă
sdkconfig.ci.ethernet_disabled 165c0d852b Tools: Rewrite build system unit tests to python - other target tests 3 ani în urmă
sdkconfig.ci.flash_encryption_release f339b3fc96 efuse(esp32): Deprecate esp_efuse_burn_new_values() & esp_efuse_write_random_key() 4 ani în urmă
sdkconfig.ci.freertos_smp ae391ec360 freertos-smp: added a build test for freertos smp 3 ani în urmă
sdkconfig.ci.heap_tracing d5cc79db48 test_apps: add HEAP_TRACING configuration to build tests 4 ani în urmă
sdkconfig.ci.no_esp_cert_bundle 37ad7c2e1f test_apps: add build only test for !MBEDTLS_CERTIFICATE_BUNDLE 3 ani în urmă
sdkconfig.ci.no_flash_delay c0ed9349b0 test_apps: add build test for !CONFIG_SPI_FLASH_YIELD_DURING_ERASE 5 ani în urmă
sdkconfig.ci.no_https_client 316cdd34e2 ci: Add disable CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS ci build file 4 ani în urmă
sdkconfig.ci.o2_no_asserts b844df8c85 uart: fixed sclk_freq not init warning when compiling with asserts disabled 3 ani în urmă
sdkconfig.ci.panic_handler_iram 24e9d6b26a esp_common: allow placing panic handler into IRAM on ESP32-S2 5 ani în urmă
sdkconfig.ci.phy_multiple_init_data 2a09234957 esp_phy: rename esp_phy component prefix 4 ani în urmă
sdkconfig.ci.trax_esp32 a300b3eb81 ci: fix invalid kconfig options in system test apps 2 ani în urmă
sdkconfig.ci.trax_esp32s2 a300b3eb81 ci: fix invalid kconfig options in system test apps 2 ani în urmă
sdkconfig.ci.usb_console_ets_printf 79a9615022 ci: add build test for CONFIG_ESP_CONSOLE_USB_CDC_SUPPORT_ETS_PRINTF 2 ani în urmă
sdkconfig.ci.usb_serial_jtag 2c75f63f89 * ets_delay_us(1) has too much overhead; change logic 4 ani în urmă

README.md

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