Searched refs:roots (Results 1 – 16 of 16) sorted by relevance
5 # Convert Zephyr roots to absolute paths.11 # - ARCH_ROOT: CMake list of arch roots containing arch implementations12 # - SOC_ROOT: CMake list of SoC roots containing SoC implementations13 # - BOARD_ROOT: CMake list of board roots containing board and shield implementations14 # - MODULE_EXT_ROOT: CMake list of module external roots containing module glue code
20 # - ARCH_ROOT: CMake list of arch roots containing arch implementations46 please check your installation. ARCH roots searched: \n\
23 # - SOC_ROOT: CMake list of SoC roots containing SoC implementations68 "SOC roots searched:\n"
20 # - SNIPPET_ROOT: CMake list of snippet roots, deduplicated and with31 # - SNIPPET_ROOT: input CMake list of snippet roots (directories containing
35 # - BOARD_ROOT: CMake list of board roots containing board implementations36 # - ARCH_ROOT: CMake list of arch roots containing arch implementations
26 # - BOARD_ROOT: CMake list of board roots containing board implementations
121 # MODULE_EXT_ROOT is process order which means Zephyr module roots processed
41 def roots(self): member in Graph77 roots = sorted(self.roots(), key=node_key)78 if self.__nodes and not roots:81 for r in roots:
760 The ``MODULE_EXT_ROOT`` variable holds a list of roots containing integration797 the CMake build system. The ``MODULE_EXT_ROOT`` accepts a CMake list of roots as897 Example of a :file:`module.yaml` file containing additional roots, and the
367 # Add this project to list of board roots
383 identity roots (IR). The Host will instead use bt_rand to generate
756 * Support for multiple SOC and ARCH roots.765 * BOARD, SOC, DTS, and ARCH roots can now be specified in each module's
1248 * :github:`39675` - list_boards.py script doesn't properly traverse external board roots
352 the Host from using Controller-provided identity roots.1679 - :github:`43099` - CMake: ARCH roots issue
1759 * :github:`43099` - CMake: ARCH roots issue
2612 - :github:`43099` - CMake: ARCH roots issue