Home
last modified time | relevance | path

Searched refs:roots (Results 1 – 16 of 16) sorted by relevance

/Zephyr-Core-3.4.0/cmake/modules/
Droot.cmake5 # Convert Zephyr roots to absolute paths.
11 # - ARCH_ROOT: CMake list of arch roots containing arch implementations
12 # - SOC_ROOT: CMake list of SoC roots containing SoC implementations
13 # - BOARD_ROOT: CMake list of board roots containing board and shield implementations
14 # - MODULE_EXT_ROOT: CMake list of module external roots containing module glue code
Darch.cmake20 # - ARCH_ROOT: CMake list of arch roots containing arch implementations
46 please check your installation. ARCH roots searched: \n\
Dsoc.cmake23 # - SOC_ROOT: CMake list of SoC roots containing SoC implementations
68 "SOC roots searched:\n"
Dsnippets.cmake20 # - SNIPPET_ROOT: CMake list of snippet roots, deduplicated and with
31 # - SNIPPET_ROOT: input CMake list of snippet roots (directories containing
Dboards.cmake35 # - BOARD_ROOT: CMake list of board roots containing board implementations
36 # - ARCH_ROOT: CMake list of arch roots containing arch implementations
Dshields.cmake26 # - BOARD_ROOT: CMake list of board roots containing board implementations
Dzephyr_module.cmake121 # MODULE_EXT_ROOT is process order which means Zephyr module roots processed
/Zephyr-Core-3.4.0/scripts/dts/python-devicetree/src/devicetree/
Dgrutils.py41 def roots(self): member in Graph
77 roots = sorted(self.roots(), key=node_key)
78 if self.__nodes and not roots:
81 for r in roots:
/Zephyr-Core-3.4.0/doc/develop/
Dmodules.rst760 The ``MODULE_EXT_ROOT`` variable holds a list of roots containing integration
797 the CMake build system. The ``MODULE_EXT_ROOT`` accepts a CMake list of roots as
897 Example of a :file:`module.yaml` file containing additional roots, and the
/Zephyr-Core-3.4.0/doc/build/
Dzephyr_cmake_package.rst367 # Add this project to list of board roots
/Zephyr-Core-3.4.0/subsys/bluetooth/host/
DKconfig383 identity roots (IR). The Host will instead use bt_rand to generate
/Zephyr-Core-3.4.0/doc/releases/
Drelease-notes-2.4.rst756 * Support for multiple SOC and ARCH roots.
765 * BOARD, SOC, DTS, and ARCH roots can now be specified in each module's
Drelease-notes-3.0.rst1248 * :github:`39675` - list_boards.py script doesn't properly traverse external board roots
Drelease-notes-3.2.rst352 the Host from using Controller-provided identity roots.
1679 - :github:`43099` - CMake: ARCH roots issue
Drelease-notes-3.1.rst1759 * :github:`43099` - CMake: ARCH roots issue
Drelease-notes-3.3.rst2612 - :github:`43099` - CMake: ARCH roots issue