doc: release: 2.5: note build-time resolution of device pointers

Document the existence of new API to retrieve device pointers at build
time.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
Peter Bigot 2021-01-28 11:12:49 -06:00 committed by Anas Nashif
commit 1ee82a1c9b

View file

@ -355,6 +355,9 @@ Build and Infrastructure
should be using the new devicetree API introduced in Zephyr 2.3 and
documented in :ref:`dt-from-c`. Information on flash partitions has moved
to :ref:`flash_map_api`.
* It is now possible to resolve at build time the device pointer associated
with a device that is defined in devicetree, via ``DEVICE_DT_GET``. See
:ref:`dt-get-device`.
* West