doc: fix capitalization of devicetree
The capitalized spelling is Devicetree, not DeviceTree. Signed-off-by: Peter A. Bigot <pab@pabigot.com>
This commit is contained in:
parent
5e0b55c30e
commit
b7ce0a2c90
1 changed files with 4 additions and 4 deletions
|
@ -587,11 +587,11 @@ again.
|
|||
.. _application_debugging:
|
||||
.. _custom_board_definition:
|
||||
|
||||
Custom Board, DeviceTree and SOC Definitions
|
||||
Custom Board, Devicetree and SOC Definitions
|
||||
********************************************
|
||||
|
||||
In cases where the board or platform you are developing for is not yet
|
||||
supported by Zephyr, you can add board, DeviceTree and SOC definitions
|
||||
supported by Zephyr, you can add board, Devicetree and SOC definitions
|
||||
to your application without having to add them to the Zephyr tree.
|
||||
|
||||
The structure needed to support out-of-tree board and SOC development
|
||||
|
@ -752,10 +752,10 @@ Zephyr boilerplate with ``find_package(Zephyr ...)``.
|
|||
|
||||
.. _dts_root:
|
||||
|
||||
DeviceTree Definitions
|
||||
Devicetree Definitions
|
||||
======================
|
||||
|
||||
DeviceTree directory trees are found in ``APPLICATION_SOURCE_DIR``,
|
||||
Devicetree directory trees are found in ``APPLICATION_SOURCE_DIR``,
|
||||
``BOARD_DIR``, and ``ZEPHYR_BASE``, but additional trees, or DTS_ROOTs,
|
||||
can be added by creating this directory tree::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue