Lines Matching +full:baz +full:- +full:names

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,
48 node names, etc. This avoids namespace conflicts.
50 For example, if your snippet is named ``foo-bar``, write your devicetree
53 .. code-block:: DTS
56 zephyr,baz = &snippet_foo_bar_dev;
75 The variable is a whitespace- or semicolon-separated list of directories
86 - :file:`/foo/snippets/`
87 - :file:`/bar/snippets/`
95 For example, in a zephyr module named ``baz``, you can add this to your
98 .. code-block:: yaml
103 And then any :file:`snippet.yml` files in ``baz/snippets`` will
105 the path to ``baz`` had appeared in :makevar:`SNIPPET_ROOT`.
111 variable, or in the order of the ``-S`` arguments if using west.
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
210 .. code-block:: yaml
217 baz: # settings for board "baz" go here
219 EXTRA_DTC_OVERLAY_FILE: baz.overlay
222 :file:`baz.overlay` when building for ``baz``.
232 https://cmake.org/cmake/help/latest/command/string.html#regex-specification
236 .. code-block:: yaml