drivers: serial: nrfx_uarte: Use legacy shim by default

New shim takes more flash and is causing some tests to overflow the
ROM memory. Switching to the legacy shim as default until it is fixed.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruściński 2024-01-19 10:59:10 +01:00 committed by Alberto Escolar
parent 042cb6ac4e
commit fb185fb5bd

View file

@ -31,9 +31,8 @@ config UART_NRFX_UARTE
config UART_NRFX_UARTE_LEGACY_SHIM
bool "Legacy UARTE shim"
depends on UART_NRFX_UARTE
# New shim takes more ROM. Until it is fixed use legacy shim in memory
# constraint case.
default y if MCUBOOT
# New shim takes more ROM. Until it is fixed use legacy shim.
default y
config UART_ASYNC_TX_CACHE_SIZE
int "TX cache buffer size"