Skip to content

Commit

Permalink
doc: releases: migration-guide-4.1: Add device driver model update
Browse files Browse the repository at this point in the history
Add entry about device driver APIs being placed into iterable sections.

Signed-off-by: Pieter De Gendt <[email protected]>
  • Loading branch information
pdgendt authored and kartben committed Dec 19, 2024
1 parent b65f53d commit 4986126
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions doc/releases/migration-guide-4.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,10 @@ LVGL
Device Drivers and Devicetree
*****************************

* Device driver APIs are placed into iterable sections (:github:`71773`) to allow for runtime
checking. See :ref:`device_driver_api` for more details.
* Device driver APIs are placed into iterable sections (:github:`71773` and :github:`82102`) to
allow for runtime checking. See :ref:`device_driver_api` for more details.
The :c:macro:`DEVICE_API()` macro should be used by out-of-tree driver implementations for
the following driver classes:

* :c:struct:`adc_driver_api`
all the upstream driver classes.

* The :c:func:`video_buffer_alloc` and :c:func:`video_buffer_aligned_alloc` functions in the
video API now take an additional timeout parameter.
Expand Down

0 comments on commit 4986126

Please sign in to comment.