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 e7163cd commit 1491ab1Copy full SHA for 1491ab1
doc/releases/release-notes-3.1.rst
@@ -45,6 +45,12 @@ Changes in this release
45
with SD cards. See :ref:`the disk access api <disk_access_api>` for an
46
example of the new devicetree binding format required.
47
48
+* Kconfig preprocessor function ``dt_nodelabel_has_compat`` was redefined, for
49
+ consistency with the ``dt_nodelabel_has_prop`` function and devicetree macros
50
+ like :c:func:`DT_NODE_HAS_COMPAT`. Now the function does not take into account
51
+ the status of the checked node. Its former functionality is provided by the
52
+ newly introduced ``dt_nodelabel_enabled_with_compat`` function.
53
+
54
* CAN
55
56
* Added ``const struct device`` parameter to the following CAN callback function signatures:
0 commit comments