doc: dts: add missing entry to dts/bindings search path
Since SHIELD_DIRS gets added to DTS_ROOT in dts.cmake, any shield directories are also places where we look for bindings by default. This feature is not used in upstream Zephyr, but it is supported, so document it. Suggested-by: Jamie McCrae <jamie.mccrae@nordicsemi.no> Signed-off-by: Marti Bolivar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
196df5c9b4
commit
c4b10874eb
1 changed files with 3 additions and 1 deletions
4
doc/build/dts/bindings-intro.rst
vendored
4
doc/build/dts/bindings-intro.rst
vendored
|
@ -115,7 +115,9 @@ subdirectories of the following places:
|
|||
- the zephyr repository
|
||||
- your :ref:`application source directory <application>`
|
||||
- your :ref:`board directory <board_porting_guide>`
|
||||
- any directories in the :ref:`DTS_ROOT <dts_root>` CMake variable
|
||||
- any :ref:`shield directories <shields>`
|
||||
- any directories manually included in the :ref:`DTS_ROOT <dts_root>`
|
||||
CMake variable
|
||||
- any :ref:`module <modules>` that defines a ``dts_root`` in its
|
||||
:ref:`modules_build_settings`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue