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 <pieter.degendt@basalte.be>
This commit is contained in:
parent
947906de7e
commit
1ae357850d
1 changed files with 7 additions and 0 deletions
|
@ -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)
|
||||
=================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue