esp-idf/tools/test_apps/system/build_test
yuanjm 316cdd34e2 ci: Add disable CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS ci build file 2021-08-17 19:56:15 +08:00
..
main
CMakeLists.txt
README.txt
sdkconfig.ci.custom_uart
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.heap_tracing test_apps: add HEAP_TRACING configuration to build tests 2021-06-22 14:14:10 +08:00
sdkconfig.ci.no_flash_delay
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.panic_handler_iram
sdkconfig.ci.phy_multiple_init_data
sdkconfig.ci.rtc_gpio_desc
sdkconfig.ci.trax
sdkconfig.ci.usb_serial_jtag

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.