Skip to content

Commit db8d328

Browse files
committed
doc: releases: Add device tree related changes
Add items on major changes related to device tree usage in this release. Signed-off-by: Kumar Gala <[email protected]>
1 parent db365c4 commit db8d328

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/releases/release-notes-1.14.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,8 @@ Build and Infrastructure
503503
* `BabbleSim`_ has been integrated in Zephyr's CI system.
504504
* Introduced ``DT_`` prefix for all labels generated for information extracted
505505
from device tree (with a few exceptions, such as labels for LEDs and buttons,
506-
kept for backward compatibility with existing applications).
506+
kept for backward compatibility with existing applications). Deprecated all
507+
other defines that are generated.
507508
* Introduce CMake variables for DT symbols, just as we have for CONFIG symbols.
508509
* Move DeviceTree processing before Kconfig. Thereby allowing software
509510
to be configured based on DeviceTree information.
@@ -512,6 +513,9 @@ Build and Infrastructure
512513
* Added :ref:`west <west>` tool for multiple repository management
513514
* Added support for :ref:`Zephyr modules <ext-projs>`
514515
* Build system ``flash`` and ``debug`` targets now require west
516+
* Added generation of DT_<COMPAT>_<INSTANCE>_<PROP> defines which allowed
517+
sensor or other drivers on buses like I2C or SPI to not require dts fixup.
518+
* Added proper support for device tree boolean properties
515519

516520
Libraries / Subsystems
517521
***********************

0 commit comments

Comments
 (0)