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 917f5ca commit 42c6a62Copy full SHA for 42c6a62
doc/releases/migration-guide-4.3.rst
@@ -58,6 +58,17 @@ Device Drivers and Devicetree
58
59
.. zephyr-keep-sorted-start re(^\w)
60
61
+ADC
62
+===
63
+
64
+* The :dtcompatible:`renesas,ra-adc` compatible has been replaced by
65
+ :dtcompatible:`renesas,ra-adc12`. Applications using the old compatible
66
+ must update their devicetree nodes.
67
68
+* The :dtcompatible:`renesas,ra-adc16` compatible was added. This must be
69
+ used when working with the EK-RA2A1 board, which provides a 16-bit ADC
70
+ resolution.
71
72
MFD
73
===
74
0 commit comments