Commit af40c99f authored by Martí Bolívar's avatar Martí Bolívar Committed by Carles Cufi
Browse files

doc: release notes update for devicetree



I believe the devicetree documentation for the release is in good
enough shape now. Add a few more links to the release notes to provide
users with more hints for adapting to the new API.

Signed-off-by: default avatarMartí Bolívar <marti.bolivar@nordicsemi.no>
parent e4a761cf
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -85,9 +85,13 @@ Deprecated in this release

* Devicetree

  * The C macros generated from devicetree. Use the new ``<devicetree.h>``
    accessor API instead; see :ref:`dt-guide` for details. Use of the legacy
    macros requires enabling :option:`CONFIG_LEGACY_DEVICETREE_MACROS`.
  * The C macros generated from the devicetree in previous releases are now
    deprecated in favor of a new ``<devicetree.h>`` API.
  * See :ref:`dt-from-c` for a high-level guide to the new API, and
    :ref:`devicetree_api` for an API reference.
  * Use of the legacy macros now requires explicitly enabling
    :option:`CONFIG_LEGACY_DEVICETREE_MACROS`. See :ref:`dt-legacy-macros` for
    more information, including a link to a migration guide to the new API.

Removed APIs in this release
============================