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

README.txt

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.