Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/scripts/
Dsnippets.py74 class Snippets(UserDict): class
95 def __init__(self, snippets: Snippets, out_file): argument
225 def process_snippets(args: argparse.Namespace) -> Snippets:
232 snippets = Snippets(requested=args.snippets)
241 def find_snippets_in_roots(requested_snippets, snippet_roots) -> Snippets:
248 snippets = Snippets(requested=requested_snippets)
257 def process_snippets_in(root_dir: Path, snippets: Snippets) -> None: argument
314 def check_for_errors(snippets: Snippets) -> None: argument
324 def write_cmake_out(snippets: Snippets, cmake_out: Path) -> None: argument
/Zephyr-Core-3.6.0/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
Dwriting.rst1 Writing Snippets
10 Snippets are defined using YAML files named :file:`snippet.yml`.
101 Snippets are processed in the order they are listed in the :makevar:`SNIPPET`
Ddesign.rst1 Snippets Design
/Zephyr-Core-3.6.0/cmake/modules/
Dsnippets.cmake5 # Snippets support
/Zephyr-Core-3.6.0/tests/cmake/zephyr_get/
DCMakeLists.txt513 # Snippets have higher precedence than environment, but lower than CMake cache.
/Zephyr-Core-3.6.0/doc/develop/test/
Dtwister.rst698 :ref:`Snippets <snippets>` are supported in twister for test cases that
/Zephyr-Core-3.6.0/doc/releases/
Drelease-notes-3.4.rst33 * Added Snippets: Support common configuration settings that can be used across