Lines Matching full:bar
50 For example, if your snippet is named ``foo-bar``, write your devicetree
82 For example, if :makevar:`SNIPPET_ROOT` is set to ``/foo;/bar``, the build
87 - :file:`/bar/snippets/`
113 To apply ``bar`` after ``foo``:
117 cmake -Sapp -Bbuild -DSNIPPET="foo;bar" [...]
124 west build -S foo -S bar [...] app
129 For instance, if ``foo`` sets ``CONFIG_FOO=1`` and ``bar`` sets
131 be ``CONFIG_FOO=2`` because ``bar`` is processed after ``foo``.
214 bar: # settings for board "bar" go here
216 EXTRA_DTC_OVERLAY_FILE: bar.overlay
221 The above example uses :file:`bar.overlay` when building for board ``bar``, and