File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -503,7 +503,8 @@ Build and Infrastructure
503
503
* `BabbleSim `_ has been integrated in Zephyr's CI system.
504
504
* Introduced ``DT_ `` prefix for all labels generated for information extracted
505
505
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.
507
508
* Introduce CMake variables for DT symbols, just as we have for CONFIG symbols.
508
509
* Move DeviceTree processing before Kconfig. Thereby allowing software
509
510
to be configured based on DeviceTree information.
@@ -512,6 +513,9 @@ Build and Infrastructure
512
513
* Added :ref: `west <west >` tool for multiple repository management
513
514
* Added support for :ref: `Zephyr modules <ext-projs >`
514
515
* 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
515
519
516
520
Libraries / Subsystems
517
521
***********************
You can’t perform that action at this time.
0 commit comments