esp-idf/tools/test_apps/system/build_test
Jeroen Domburg 2c75f63f89 * ets_delay_us(1) has too much overhead; change logic
* Fix MR comments
2021-04-28 16:38:24 +08:00
..
main
CMakeLists.txt
README.txt
sdkconfig.ci.custom_uart
sdkconfig.ci.flash_encryption_release
sdkconfig.ci.no_flash_delay
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.