Skip to content

Commit 1ee82a1

Browse files
pabigotnashif
authored andcommitted
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 <[email protected]>
1 parent 97d40cb commit 1ee82a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/releases/release-notes-2.5.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,9 @@ Build and Infrastructure
355355
should be using the new devicetree API introduced in Zephyr 2.3 and
356356
documented in :ref:`dt-from-c`. Information on flash partitions has moved
357357
to :ref:`flash_map_api`.
358+
* It is now possible to resolve at build time the device pointer associated
359+
with a device that is defined in devicetree, via ``DEVICE_DT_GET``. See
360+
:ref:`dt-get-device`.
358361

359362
* West
360363

0 commit comments

Comments
 (0)