We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb9a238 commit a5aab42Copy full SHA for a5aab42
doc/releases/migration-guide-4.2.rst
@@ -100,6 +100,11 @@ Devicetree
100
* The :c:macro:`DT_ENUM_HAS_VALUE` and :c:macro:`DT_INST_ENUM_HAS_VALUE` macros are now
101
checking all values, when used on an array, not just the first one.
102
103
+* Property names in devicetree and bindings use hyphens(``-``) as separators, and replacing
104
+ all previously used underscores(``_``). For local code, you can migrate property names in
105
+ bindings to use hyphens by running the ``scripts/migrate_bindings_style.py`` script.
106
+
107
108
DAI
109
===
110
0 commit comments