Skip to content

Commit

Permalink
doc: migration-guide-3.7: Add driver API renamed structs
Browse files Browse the repository at this point in the history
Add a migration entry for some of the driver API structs that have been
renamed.

Signed-off-by: Pieter De Gendt <[email protected]>
  • Loading branch information
pdgendt authored and fabiobaltieri committed May 3, 2024
1 parent 947906d commit 1ae3578
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/releases/migration-guide-3.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,13 @@ Device Drivers and Devicetree
};
};
* Some of the driver API structs have been rename to have the required ``_driver_api`` suffix.
The following types have been renamed:

* ``emul_sensor_backend_api`` to :c:struct:`emul_sensor_driver_api`
* ``emul_bbram_backend_api`` to :c:struct:`emul_bbram_driver_api`
* ``usbc_ppc_drv`` to :c:struct:`usbc_ppc_driver_api`

Analog-to-Digital Converter (ADC)
=================================

Expand Down

0 comments on commit 1ae3578

Please sign in to comment.