Skip to content

Commit 3eea4e4

Browse files
committed
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 4674727 commit 3eea4e4

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
@@ -68,6 +68,14 @@ MFD
6868
kconfig symbol ``MFD_AXP192_AXP2101`` is removed. :kconfig:option:`MFD_AXP192` is now to be
6969
used for AXP192 device while :kconfig:option:`MFD_AXP2101` for the AXP2101 one.
7070

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+
7179
PWM
7280
===
7381

0 commit comments

Comments
 (0)