Force enabling of the UART runtime configuration in UART tests. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
8 lines
178 B
Plaintext
8 lines
178 B
Plaintext
CONFIG_SERIAL=y
|
|
CONFIG_UART_INTERRUPT_DRIVEN=y
|
|
CONFIG_UART_USE_RUNTIME_CONFIGURE=y
|
|
CONFIG_ZTEST=y
|
|
CONFIG_SHELL_CMD_BUFF_SIZE=90
|
|
CONFIG_SHELL=y
|
|
CONFIG_NATIVE_UART_0_ON_STDINOUT=y
|