Home
last modified time | relevance | path

Searched refs:Snippets (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/scripts/
Dsnippets.py78 class Snippets(UserDict): class
99 def __init__(self, snippets: Snippets, out_file): argument
231 def process_snippets(args: argparse.Namespace) -> Snippets:
238 snippets = Snippets(requested=args.snippets)
247 def find_snippets_in_roots(requested_snippets, snippet_roots) -> Snippets:
254 snippets = Snippets(requested=requested_snippets)
263 def process_snippets_in(root_dir: Path, snippets: Snippets, sysbuild: bool) -> None: argument
320 def check_for_errors(snippets: Snippets) -> None: argument
330 def write_cmake_out(snippets: Snippets, cmake_out: Path) -> None: argument
/Zephyr-latest/doc/build/snippets/
Dindex.rst3 Snippets chapter
6 Snippets are a way to save build system settings in one place, and then use
Dusing.rst3 Using Snippets
11 Snippets have names. You use snippets by giving their names to the build
Ddesign.rst1 Snippets Design
Dwriting.rst1 Writing Snippets
10 Snippets are defined using YAML files named :file:`snippet.yml`.
110 Snippets are processed in the order they are listed in the :makevar:`SNIPPET`
/Zephyr-latest/cmake/modules/
Dsnippets.cmake5 # Snippets support
/Zephyr-latest/tests/cmake/zephyr_get/
DCMakeLists.txt525 # Snippets have higher precedence than environment, but lower than CMake cache.
/Zephyr-latest/doc/releases/
Drelease-notes-3.4.rst33 * Added Snippets: Support common configuration settings that can be used across
Drelease-notes-3.7.rst62 * Added support for snippets. Snippets are common configuration settings that can be used across
/Zephyr-latest/doc/develop/test/
Dtwister.rst860 :ref:`Snippets <snippets>` are supported in twister for test scenarios that