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
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
516520Libraries / Subsystems
517521***********************
You can’t perform that action at this time.
0 commit comments