Skip to content

Commit 1ae3578

Browse files
pdgendtfabiobaltieri
authored andcommitted
doc: migration-guide-3.7: Add driver API renamed structs
Add a migration entry for some of the driver API structs that have been renamed. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent 947906d commit 1ae3578

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/releases/migration-guide-3.7.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,13 @@ Device Drivers and Devicetree
106106
};
107107
};
108108
109+
* Some of the driver API structs have been rename to have the required ``_driver_api`` suffix.
110+
The following types have been renamed:
111+
112+
* ``emul_sensor_backend_api`` to :c:struct:`emul_sensor_driver_api`
113+
* ``emul_bbram_backend_api`` to :c:struct:`emul_bbram_driver_api`
114+
* ``usbc_ppc_drv`` to :c:struct:`usbc_ppc_driver_api`
115+
109116
Analog-to-Digital Converter (ADC)
110117
=================================
111118

0 commit comments

Comments
 (0)