Searched refs:Snippets (Results 1 – 10 of 10) sorted by relevance
78 class Snippets(UserDict): class99 def __init__(self, snippets: Snippets, out_file): argument231 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: argument320 def check_for_errors(snippets: Snippets) -> None: argument330 def write_cmake_out(snippets: Snippets, cmake_out: Path) -> None: argument
3 Snippets chapter6 Snippets are a way to save build system settings in one place, and then use
3 Using Snippets11 Snippets have names. You use snippets by giving their names to the build
1 Snippets Design
1 Writing Snippets10 Snippets are defined using YAML files named :file:`snippet.yml`.110 Snippets are processed in the order they are listed in the :makevar:`SNIPPET`
5 # Snippets support
525 # Snippets have higher precedence than environment, but lower than CMake cache.
33 * Added Snippets: Support common configuration settings that can be used across
62 * Added support for snippets. Snippets are common configuration settings that can be used across
860 :ref:`Snippets <snippets>` are supported in twister for test scenarios that