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 4674727 commit 3eea4e4Copy full SHA for 3eea4e4
doc/releases/migration-guide-4.3.rst
@@ -68,6 +68,14 @@ MFD
68
kconfig symbol ``MFD_AXP192_AXP2101`` is removed. :kconfig:option:`MFD_AXP192` is now to be
69
used for AXP192 device while :kconfig:option:`MFD_AXP2101` for the AXP2101 one.
70
71
+MISC
72
+====
73
+
74
+* The nrf_etr driver has been migrated to drivers/debug. As a consequence the related Kconfig
75
+ symbol was renamed from ``NRF_ETR`` to :kconfig:option:`DEBUG_NRF_ETR`, along with the rest of
76
+ the ``NRF_ETR`` symbols. Also the driver needs to be explicitly enabled via
77
+ :kconfig:option:`DEBUG_DRIVER` as it is no longer built by default.
78
79
PWM
80
===
81
0 commit comments