doc: application: document OVERLAY_CONFIG
This is a really useful CMake variable that can be used to preserve the default CONF_FILE value, but "mix in" additional content. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
85af1bd599
commit
43102cacfa
1 changed files with 6 additions and 1 deletions
|
@ -266,13 +266,18 @@ should know about.
|
|||
built-in boards, and :ref:`board_porting_guide` for information on
|
||||
adding board support.
|
||||
|
||||
* :makevar:`CONF_FILE`: Indicates the name of one or more configuration
|
||||
* :makevar:`CONF_FILE`: Indicates the name of one or more Kconfig configuration
|
||||
fragment files. Multiple filenames can be separated with either spaces or
|
||||
semicolons. Each file includes Kconfig configuration values that override
|
||||
the default configuration values.
|
||||
|
||||
See :ref:`initial-conf` for more information.
|
||||
|
||||
* :makevar:`OVERLAY_CONFIG`: Additional Kconfig configuration fragment files.
|
||||
Multiple filenames can be separated with either spaces or semicolons. This
|
||||
can be useful in order to leave :makevar:`CONF_FILE` at its default value,
|
||||
but "mix in" some additional configuration options.
|
||||
|
||||
* :makevar:`DTC_OVERLAY_FILE`: One or more devicetree overlay files to use.
|
||||
Multiple files can be separated with semicolons.
|
||||
See :ref:`set-devicetree-overlays` for examples and :ref:`devicetree-intro`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue