Searched full:dts_root (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/cmake/modules/ |
D | pre_dt.cmake | 8 # Finalize the value of DTS_ROOT, so we know where all our 14 # - DTS_ROOT: a deduplicated list of places where devicetree 25 # - APPLICATION_SOURCE_DIR: path to app (added to DTS_ROOT) 26 # - BOARD_DIR: directory containing the board definition (added to DTS_ROOT) 27 # - DTS_ROOT: initial contents may be populated here 28 # - ZEPHYR_BASE: path to zephyr repository (added to DTS_ROOT) 29 # - SHIELD_DIRS: paths to shield definitions (added to DTS_ROOT) 35 zephyr_file(APPLICATION_ROOT DTS_ROOT) 37 # DTS_ROOT always includes the application directory, the board 40 DTS_ROOT [all …]
|
D | dts.cmake | 69 # - DTS_ROOT: a deduplicated list of places where devicetree 132 # each element of DTS_ROOT. Users can define their own in their own 222 foreach(dts_root ${DTS_ROOT}) 223 set(bindings_path ${dts_root}/dts/bindings) 231 set(vendor_prefixes ${dts_root}/${VENDOR_PREFIXES})
|
/Zephyr-latest/doc/build/dts/ |
D | bindings-intro.rst | 119 - any directories manually included in the :ref:`DTS_ROOT <dts_root>` 121 - any :ref:`module <modules>` that defines a ``dts_root`` in its
|
D | bindings-upstream.rst | 130 :ref:`DTS_ROOT <dts_root>`. The devicetree tooling will respect these
|
D | troubleshooting.rst | 355 :ref:`DTS_ROOT <dts_root>`; see :ref:`dt-where-bindings-are-located`.
|
/Zephyr-latest/doc/_scripts/ |
D | gen_devicetree_rest.py | 208 for dts_root in dts_roots: 209 binding_files.extend(glob.glob(f'{dts_root}/dts/bindings/**/*.yml', 211 binding_files.extend(glob.glob(f'{dts_root}/dts/bindings/**/*.yaml', 860 # all bindings files in a DTS_ROOT directory.
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | environment.py | 1044 dts_root = module.meta.get("build", {}).get("settings", {}).get("dts_root") 1045 if dts_root: 1046 self.dts_roots.append(Path(module.project) / Path(dts_root))
|
/Zephyr-latest/doc/develop/application/ |
D | index.rst | 1309 its location through the ``DTS_ROOT`` CMake Cache variable: 1324 When specifying ``DTS_ROOT`` in a CMakeLists.txt, then an absolute path must 1325 be provided, for example ``list(APPEND DTS_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/<extra-dts-root>``. 1330 include files that can be located in a ``DTS_ROOT`` directory. By
|
/Zephyr-latest/doc/develop/ |
D | modules.rst | 924 - ``dts_root``: Contains additional dts files related to the architecture/soc 925 families. Additional dts files must be located in a :file:`<dts_root>/dts` 953 dts_root: .
|
/Zephyr-latest/doc/build/ |
D | zephyr_cmake_package.rst | 337 ``DTS_ROOT``, ``BOARD_ROOT``, ``TOOLCHAIN_ROOT`` / other toolchain setup, fixed overlays, and any
|
/Zephyr-latest/scripts/ |
D | zephyr_module.py | 91 dts_root:
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.7.rst | 787 directory in :ref:`DTS_ROOT <dts_root>`. 1365 * :github:`37797` - Merge vendor-prefixes.txt from all modules with build.settings.dts_root in zeph…
|
D | release-notes-2.4.rst | 1587 * :github:`25215` - enable modules to append to $DTS_ROOT 1648 * :github:`23825` - edtlib.py fails to find bindings when DTS_ROOT is a relative path
|
D | release-notes-2.2.rst | 1101 * :github:`20140` - CMake: syscall macro's are not generated for out of tree DTS_ROOT
|
/Zephyr-latest/include/zephyr/ |
D | devicetree.h | 2193 * vendor prefixes file per directory in DTS_ROOT.
|