Searched refs:roots (Results 1 – 23 of 23) sorted by relevance
| /Zephyr-latest/scripts/tests/twister/ |
| D | test_platform.py | 193 roots, argument 360 roots = list(map(tmp_path.joinpath, roots)) 363 platforms = list(generate_platforms(board_roots=roots, soc_roots=roots, arch_roots=roots))
|
| /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 | snippets.cmake | 20 # - SNIPPET_ROOT: CMake list of snippet roots, deduplicated and with 31 # - SNIPPET_ROOT: input CMake list of snippet roots (directories containing 102 set(extra_output "Snippet roots for image ${SYSBUILD_NAME}:${snippet_root_paths}\n" 104 "e.g. `-D${SYSBUILD_NAME}_SNIPPET=...`, local snippet roots for one image are not set " 107 set(extra_output "Snippet roots for application:${snippet_root_paths}")
|
| D | arch.cmake | 21 # - ARCH_ROOT: CMake list of arch roots containing arch implementations 45 please check your installation. ARCH roots searched: \n\
|
| 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 | 156 # 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 | CMakeLists.txt | 30 # Include all SoC roots except Zephyr, as we are already in the Zephyr SoC root.
|
| D | Kconfig.v2 | 38 # Source all Kconfig HWMv2 from SoC roots.
|
| D | Kconfig | 10 # Source Zephyr Kconfig specifics from SoC roots.
|
| /Zephyr-latest/doc/build/ |
| D | zephyr_cmake_package.rst | 395 # Add this project to list of board roots
|
| /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/develop/test/ |
| D | twister.rst | 818 As an example, a list of valid pytest roots is presented below: 1034 test scenario should run. This behavior has its roots in Twister being developed as
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | Kconfig | 460 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
|