Skip to content

Commit 1491ab1

Browse files
ananglmbolivar-nordic
authored andcommitted
doc: release-notes-3.1: Add entry about dt_nodelabel_has_compat
Add information about redefined Kconfig preprocessor function dt_nodelabel_has_compat. Signed-off-by: Andrzej Głąbek <[email protected]>
1 parent e7163cd commit 1491ab1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/releases/release-notes-3.1.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ Changes in this release
4545
with SD cards. See :ref:`the disk access api <disk_access_api>` for an
4646
example of the new devicetree binding format required.
4747

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+
4854
* CAN
4955

5056
* Added ``const struct device`` parameter to the following CAN callback function signatures:

0 commit comments

Comments
 (0)