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 03af86eCopy full SHA for 03af86e
doc/releases/migration-guide-4.3.rst
@@ -61,6 +61,14 @@ Device Drivers and Devicetree
61
62
.. zephyr-keep-sorted-start re(^\w)
63
64
+MISC
65
+====
66
+
67
+* The nrf_etr driver has been migrated to drivers/debug. As a consequence the related Kconfig
68
+ symbol was renamed from ``NRF_ETR`` to :kconfig:option:`DEBUG_NRF_ETR`, along with the rest of
69
+ the ``NRF_ETR`` symbols. Also the driver needs to be explicitly enabled via
70
+ :kconfig:option:`DEBUG_DRIVER` as it is no longer built by default.
71
72
MFD
73
===
74
0 commit comments