Skip to content

Commit

Permalink
boards: posix: nrf_bsim: Use legacy UART shim
Browse files Browse the repository at this point in the history
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 <krzysztof.chruscinski@nordicsemi.no>
  • Loading branch information
nordic-krch committed Jan 17, 2024
1 parent 7972e4f commit cfa4d58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boards/posix/nrf_bsim/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,7 @@ config POSIX_ARCH_CONSOLE

endif # CONSOLE

config UART_NRFX_UARTE_LEGACY_SHIM
default y

endif # SOC_SERIES_BSIM_NRFXX

0 comments on commit cfa4d58

Please sign in to comment.