Skip to content

Commit

Permalink
doc: release-notes-3.0: devicetree
Browse files Browse the repository at this point in the history
Additional API changes not already covered.

Signed-off-by: Martí Bolívar <[email protected]>
  • Loading branch information
mbolivar-nordic authored and dkalowsk committed Feb 21, 2022
1 parent 80a2340 commit d353e55
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions doc/releases/release-notes-3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,39 @@ New APIs in this release
* :c:macro:`DT_INST_ENUM_IDX_OR`
* :c:macro:`DT_INST_PARENT`

* New :ref:`devicetree-ranges-property` APIs

* Removed: ``DT_CHOSEN_ZEPHYR_CANBUS_LABEL``; use
``DEVICE_DT_GET(DT_CHOSEN(zephyr_canbus))`` to get the device instead, and
read the name from the device structure if needed.

* Removed deprecated macros:

* ``DT_CLOCKS_LABEL_BY_IDX``
* ``DT_CLOCKS_LABEL``
* ``DT_INST_CLOCKS_LABEL_BY_IDX``
* ``DT_INST_CLOCKS_LABEL_BY_NAME``
* ``DT_INST_CLOCKS_LABEL``
* ``DT_PWMS_LABEL_BY_IDX``
* ``DT_PWMS_LABEL_BY_NAME``
* ``DT_PWMS_LABEL``
* ``DT_INST_PWMS_LABEL_BY_IDX``
* ``DT_INST_PWMS_LABEL_BY_NAME``
* ``DT_INST_PWMS_LABEL``
* ``DT_IO_CHANNELS_LABEL_BY_IDX``
* ``DT_IO_CHANNELS_LABEL_BY_NAME``
* ``DT_IO_CHANNELS_LABEL``
* ``DT_INST_IO_CHANNELS_LABEL_BY_IDX``
* ``DT_INST_IO_CHANNELS_LABEL_BY_NAME``
* ``DT_INST_IO_CHANNELS_LABEL``
* ``DT_DMAS_LABEL_BY_IDX``
* ``DT_INST_DMAS_LABEL_BY_IDX``
* ``DT_DMAS_LABEL_BY_NAME``
* ``DT_INST_DMAS_LABEL_BY_NAME``
* ``DT_ENUM_TOKEN``
* ``DT_ENUM_UPPER_TOKEN``


* CAN

* Added :c:func:`can_get_max_filters` for retrieving the maximum number of RX
Expand Down

0 comments on commit d353e55

Please sign in to comment.