2023-08-18 01:08:06 -04:00
|
|
|
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-S2 | ESP32-S3 |
|
|
|
|
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- |
|
2021-11-26 04:03:47 -05:00
|
|
|
|
2020-02-18 09:00:47 -05:00
|
|
|
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.
|