Mahavir Jain 37ad7c2e1f test_apps: add build only test for !MBEDTLS_CERTIFICATE_BUNDLE преди 3 години
..
main 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) преди 5 години
CMakeLists.txt 1cbb2287be ci: add build test for custom console UART pins преди 6 години
README.md cf049e15ed esp8684: rename target to esp32c2 преди 4 години
sdkconfig.ci.client_only_mbedtls be91515488 test_apps: add CLIENT_ONLY_MBEDTLS configuration to build tests преди 4 години
sdkconfig.ci.custom_uart 1cbb2287be ci: add build test for custom console UART pins преди 6 години
sdkconfig.ci.flash_encryption_release f339b3fc96 efuse(esp32): Deprecate esp_efuse_burn_new_values() & esp_efuse_write_random_key() преди 4 години
sdkconfig.ci.heap_tracing d5cc79db48 test_apps: add HEAP_TRACING configuration to build tests преди 4 години
sdkconfig.ci.no_esp_cert_bundle 37ad7c2e1f test_apps: add build only test for !MBEDTLS_CERTIFICATE_BUNDLE преди 3 години
sdkconfig.ci.no_flash_delay c0ed9349b0 test_apps: add build test for !CONFIG_SPI_FLASH_YIELD_DURING_ERASE преди 5 години
sdkconfig.ci.no_https_client 316cdd34e2 ci: Add disable CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS ci build file преди 4 години
sdkconfig.ci.panic_handler_iram 24e9d6b26a esp_common: allow placing panic handler into IRAM on ESP32-S2 преди 5 години
sdkconfig.ci.phy_multiple_init_data 2a09234957 esp_phy: rename esp_phy component prefix преди 4 години
sdkconfig.ci.rtc_gpio_desc 8d7c9d9883 test_apps: add build test case for RTC GPIO descriptor configuration преди 5 години
sdkconfig.ci.trax 240ec7444f ci: add build test for TRAX feature преди 6 години
sdkconfig.ci.usb_serial_jtag 2c75f63f89 * ets_delay_us(1) has too much overhead; change logic преди 4 години

README.md

Supported Targets ESP32 ESP32-S2 ESP32-S3 ESP32-C3

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.