Lines Matching +full:apply +full:- +full:command
15 .. code-block:: yaml
17 name: snippet-name
24 you can combine a snippet-specific devicetree overlay and a ``.conf`` file like
27 .. code-block:: yaml
36 .. code-block:: yaml
47 ``snippet-<name>`` as a namespace prefix when choosing names for node labels,
50 For example, if your snippet is named ``foo-bar``, write your devicetree
53 .. code-block:: DTS
75 The variable is a whitespace- or semicolon-separated list of directories
86 - :file:`/foo/snippets/`
87 - :file:`/bar/snippets/`
98 .. code-block:: yaml
111 variable, or in the order of the ``-S`` arguments if using west.
113 To apply ``bar`` after ``foo``:
115 .. code-block:: console
117 cmake -Sapp -Bbuild -DSNIPPET="foo;bar" [...]
118 cmake --build build
122 .. code-block:: console
124 west build -S foo -S bar [...] app
136 .. _snippets-devicetree-overlays:
143 .. code-block:: yaml
152 .. _snippets-conf-files:
159 .. code-block:: yaml
173 .. code-block:: yaml
188 .. code-block:: yaml
192 DTS_EXTRA_CPPFLAGS: -DMY_DTS_CONFIGURE
196 Board-specific settings
199 You can write settings that only apply to some boards.
202 that apply to all boards. (This is similar, for example, to the way that an
210 .. code-block:: yaml
232 https://cmake.org/cmake/help/latest/command/string.html#regex-specification
236 .. code-block:: yaml