doc: release-notes-2.3: add devicetree changes

Mention the new devicetree.h API and link to relevant
resources.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2020-03-20 09:06:23 -07:00 committed by Kumar Gala
commit 7d97bdd276

View file

@ -227,8 +227,16 @@ Build and Infrastructure
* <TBD>
* Devicetree
* A new :ref:`devicetree_api` was added. This API is not generated, but is
still included via ``<devicetree.h>``. The :ref:`dt-legacy-macros` are now
deprecated; users should replace the generated macros with new API. The
:ref:`dt-howtos` page has been extended for the new API, and a new
:ref:`dt-from-c` API usage guide was also added.
Libraries / Subsystems
***********************
**********************
* Random