esp-idf/tools/test_apps/system/build_test
Mahavir Jain 8d7c9d9883
test_apps: add build test case for RTC GPIO descriptor configuration
2020-12-21 13:57:07 +05:30
..
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

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.