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 d833556 commit 925451eCopy full SHA for 925451e
doc/releases/migration-guide-4.3.rst
@@ -79,6 +79,14 @@ MFD
79
kconfig symbol ``MFD_AXP192_AXP2101`` is removed. :kconfig:option:`MFD_AXP192` is now to be
80
used for AXP192 device while :kconfig:option:`MFD_AXP2101` for the AXP2101 one.
81
82
+MISC
83
+====
84
+
85
+* The nrf_etr driver has been migrated to drivers/debug. As a consequence the related Kconfig
86
+ symbol was renamed from ``NRF_ETR`` to :kconfig:option:`DEBUG_NRF_ETR`, along with the rest of
87
+ the ``NRF_ETR`` symbols. Also the driver needs to be explicitly enabled via
88
+ :kconfig:option:`DEBUG_DRIVER` as it is no longer built by default.
89
90
PWM
91
===
92
0 commit comments