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:
parent
042cb6ac4e
commit
fb185fb5bd
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue