Skip to content

Commit

Permalink
doc: release: 2.5: note build-time resolution of device pointers
Browse files Browse the repository at this point in the history
Document the existence of new API to retrieve device pointers at build
time.

Signed-off-by: Peter Bigot <[email protected]>
  • Loading branch information
pabigot authored and nashif committed Feb 2, 2021
1 parent 97d40cb commit 1ee82a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/releases/release-notes-2.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1ee82a1

Please sign in to comment.