Merge branch 'contrib/7379' into 'master'

Add hint about sdkconfig.ci in IDF examples

Closes IDFGH-5657

See merge request espressif/esp-idf!14911
pull/7497/head
Krzysztof Budzynski 2021-08-25 06:11:05 +00:00
commit ceeb594f2d
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -1019,6 +1019,8 @@ For example projects or other projects where you don't want to specify a full sd
To override the name of this file or to specify multiple files, set the ``SDKCONFIG_DEFAULTS`` environment variable or set ``SDKCONFIG_DEFAULTS`` in top-level CMakeLists.txt. If specifying multiple files, use semicolon as the list separator. File names not specified as full paths are resolved relative to current project.
Some of the IDF examples include a ``sdkconfig.ci`` file. This is part of the continuous integration (CI) test framework and is ignored by the normal build process.
Target-dependent sdkconfig defaults
-----------------------------------