Home
last modified time | relevance | path

Searched full:dts_root (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/cmake/modules/
Dpre_dt.cmake8 # 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 …]
Ddts.cmake69 # - 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/
Dbindings-intro.rst119 - any directories manually included in the :ref:`DTS_ROOT <dts_root>`
121 - any :ref:`module <modules>` that defines a ``dts_root`` in its
Dbindings-upstream.rst130 :ref:`DTS_ROOT <dts_root>`. The devicetree tooling will respect these
Dtroubleshooting.rst355 :ref:`DTS_ROOT <dts_root>`; see :ref:`dt-where-bindings-are-located`.
/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py208 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/
Denvironment.py1044 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/
Dindex.rst1309 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/
Dmodules.rst924 - ``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/
Dzephyr_cmake_package.rst337 ``DTS_ROOT``, ``BOARD_ROOT``, ``TOOLCHAIN_ROOT`` / other toolchain setup, fixed overlays, and any
/Zephyr-latest/scripts/
Dzephyr_module.py91 dts_root:
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst787 directory in :ref:`DTS_ROOT <dts_root>`.
1365 * :github:`37797` - Merge vendor-prefixes.txt from all modules with build.settings.dts_root in zeph…
Drelease-notes-2.4.rst1587 * :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
Drelease-notes-2.2.rst1101 * :github:`20140` - CMake: syscall macro's are not generated for out of tree DTS_ROOT
/Zephyr-latest/include/zephyr/
Ddevicetree.h2193 * vendor prefixes file per directory in DTS_ROOT.