mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 07:04:32 +02:00
Add hint about sdkconfig.ci in IDF examples
Individual developers may not know about CI and may be confused by the sdkconfig.ci files in the examples. Signed-off-by: Laukik Hase <laukik.hase@espressif.com> Closes https://github.com/espressif/esp-idf/pull/7379
This commit is contained in:
@@ -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.
|
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
|
Target-dependent sdkconfig defaults
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user