Skip to content

Commit ac76820

Browse files
nordic-krchgmarull
authored andcommitted
[nrf fromtree] soc: nordic: nrf54h: cpuapp: Don't use serial shell when ETR is used
ETR handler (for Coresight STM logging) is using console UART and can act as the shell backend. When that happens default serial shell backend shall be disabled (and it is by default enabled if there is a zephyr,console chosen set. Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit 6253c06)
1 parent 185027a commit ac76820

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

soc/nordic/nrf54h/Kconfig.defconfig.nrf54h20_cpuapp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ config NUM_IRQS
1111
config NRF_REGTOOL_GENERATE_UICR
1212
default y
1313

14+
config SHELL_BACKEND_SERIAL
15+
default n if NRF_ETR_SHELL
16+
1417
endif # SOC_NRF54H20_CPUAPP || SOC_NRF54H20_ENGB_CPUAPP

0 commit comments

Comments
 (0)