We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947906d commit 1ae3578Copy full SHA for 1ae3578
doc/releases/migration-guide-3.7.rst
@@ -106,6 +106,13 @@ Device Drivers and Devicetree
106
};
107
108
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
116
Analog-to-Digital Converter (ADC)
117
=================================
118
0 commit comments