Skip to content

Commit e2dccab

Browse files
nordic-krchcarlescufi
authored andcommitted
boards: posix: nrf_bsim: Use legacy UART shim
New UART shim must be adapted to work in the simulated environment. Use legacy version until it is fixed. Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent 2ebf831 commit e2dccab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boards/posix/nrf_bsim/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,7 @@ config POSIX_ARCH_CONSOLE
9191

9292
endif # CONSOLE
9393

94+
config UART_NRFX_UARTE_LEGACY_SHIM
95+
default y
96+
9497
endif # SOC_SERIES_BSIM_NRFXX

0 commit comments

Comments
 (0)