Home
last modified time | relevance | path

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

/Zephyr-latest/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
15 # - SCA_ROOT: CMake list of SCA roots containing static code analysis integration code
Darch_v2.cmake21 # - ARCH_ROOT: CMake list of arch roots containing arch implementations
45 please check your installation. ARCH roots searched: \n\
Darch_v1.cmake24 # - ARCH_ROOT: CMake list of arch roots containing arch implementations
51 please check your installation. ARCH roots searched: \n\
Dsoc_v1.cmake23 # - SOC_ROOT: CMake list of SoC roots containing SoC implementations
69 "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
Dshields.cmake26 # - BOARD_ROOT: CMake list of board roots containing board implementations
Dboards.cmake44 # - BOARD_ROOT: CMake list of board roots containing board implementations
45 # - ARCH_ROOT: CMake list of arch roots containing arch implementations
Dzephyr_module.cmake117 # MODULE_EXT_ROOT is process order which means Zephyr module roots processed
Dkconfig.cmake186 # glob-sources all arch roots, but for Zephyr itself, the current approach is
/Zephyr-latest/share/sysbuild/cmake/modules/
Dsysbuild_root.cmake5 # Convert Zephyr roots to absolute paths to be used by sysbuild.
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
15 # - SCA_ROOT: CMake list of SCA roots containing static code analysis integration code
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dgrutils.py47 def roots(self): member in Graph
83 roots = sorted(self.roots(), key=node_key)
84 if self.__nodes and not roots:
87 for r in roots:
/Zephyr-latest/scripts/ci/
Dtest_plan.py244 roots = [zephyr_base]
246 roots.append(repository_path)
249 …lb_args = argparse.Namespace(**{'arch_roots': roots, 'board_roots': roots, 'board': None, 'soc_roo…
/Zephyr-latest/soc/
DKconfig.v238 # Source all Kconfig HWMv2 from SoC roots.
DKconfig12 # Source Zephyr Kconfig specifics from SoC roots.
DCMakeLists.txt47 # Include all SoC roots except Zephyr, as we are already in the Zephyr SoC root.
/Zephyr-latest/doc/develop/
Dmodules.rst808 The ``MODULE_EXT_ROOT`` variable holds a list of roots containing integration
845 the CMake build system. The ``MODULE_EXT_ROOT`` accepts a `CMake list`_ of roots as
945 Example of a :file:`module.yaml` file containing additional roots, and the
/Zephyr-latest/doc/build/
Dzephyr_cmake_package.rst395 # Add this project to list of board roots
/Zephyr-latest/doc/develop/test/
Dtwister.rst665 As an example, a list of valid pytest roots is presented below:
897 test scenario should run. This behavior has its roots in Twister being developed as
/Zephyr-latest/subsys/bluetooth/host/
DKconfig456 identity roots (IR). The Host will instead use bt_rand to generate
/Zephyr-latest/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