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: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2020-05-28 09:57:13 -07:00 committed by Carles Cufí
commit af40c99fac

View file

@ -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
============================