Skip to content

Commit 925451e

Browse files
karstenkoenigkartben
authored andcommitted
doc: migration-guide: Moved nrf_etr
Migration guide for the move of drivers/misc/nrf_etr to drivers/debug/debug_nrf_etr. Signed-off-by: Karsten Koenig <[email protected]>
1 parent d833556 commit 925451e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/releases/migration-guide-4.3.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@ MFD
7979
kconfig symbol ``MFD_AXP192_AXP2101`` is removed. :kconfig:option:`MFD_AXP192` is now to be
8080
used for AXP192 device while :kconfig:option:`MFD_AXP2101` for the AXP2101 one.
8181

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+
8290
PWM
8391
===
8492

0 commit comments

Comments
 (0)