Searched refs:roots (Results 1 – 24 of 24) sorted by relevance
/Zephyr-latest/cmake/modules/ |
D | root.cmake | 5 # 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
|
D | arch_v2.cmake | 21 # - ARCH_ROOT: CMake list of arch roots containing arch implementations 45 please check your installation. ARCH roots searched: \n\
|
D | arch_v1.cmake | 24 # - ARCH_ROOT: CMake list of arch roots containing arch implementations 51 please check your installation. ARCH roots searched: \n\
|
D | soc_v1.cmake | 23 # - SOC_ROOT: CMake list of SoC roots containing SoC implementations 69 "SOC roots searched:\n"
|
D | snippets.cmake | 20 # - SNIPPET_ROOT: CMake list of snippet roots, deduplicated and with 31 # - SNIPPET_ROOT: input CMake list of snippet roots (directories containing
|
D | shields.cmake | 26 # - BOARD_ROOT: CMake list of board roots containing board implementations
|
D | boards.cmake | 44 # - BOARD_ROOT: CMake list of board roots containing board implementations 45 # - ARCH_ROOT: CMake list of arch roots containing arch implementations
|
D | zephyr_module.cmake | 117 # MODULE_EXT_ROOT is process order which means Zephyr module roots processed
|
D | kconfig.cmake | 186 # glob-sources all arch roots, but for Zephyr itself, the current approach is
|
/Zephyr-latest/share/sysbuild/cmake/modules/ |
D | sysbuild_root.cmake | 5 # 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/ |
D | grutils.py | 47 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/ |
D | test_plan.py | 244 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/ |
D | Kconfig.v2 | 38 # Source all Kconfig HWMv2 from SoC roots.
|
D | Kconfig | 12 # Source Zephyr Kconfig specifics from SoC roots.
|
D | CMakeLists.txt | 47 # Include all SoC roots except Zephyr, as we are already in the Zephyr SoC root.
|
/Zephyr-latest/doc/develop/ |
D | modules.rst | 808 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/ |
D | zephyr_cmake_package.rst | 395 # Add this project to list of board roots
|
/Zephyr-latest/doc/develop/test/ |
D | twister.rst | 665 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/ |
D | Kconfig | 456 identity roots (IR). The Host will instead use bt_rand to generate
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.4.rst | 756 * Support for multiple SOC and ARCH roots. 765 * BOARD, SOC, DTS, and ARCH roots can now be specified in each module's
|
D | release-notes-3.0.rst | 1248 * :github:`39675` - list_boards.py script doesn't properly traverse external board roots
|
D | release-notes-3.2.rst | 352 the Host from using Controller-provided identity roots. 1679 - :github:`43099` - CMake: ARCH roots issue
|
D | release-notes-3.1.rst | 1759 * :github:`43099` - CMake: ARCH roots issue
|
D | release-notes-3.3.rst | 2612 - :github:`43099` - CMake: ARCH roots issue
|