zephyr/tests/drivers/uart/uart_async_rx/prj.conf
Alberto Escolar Piedras 37f26174ea tests/drivers uart_async_rx: Fix for integration_platforms
The test was actually filtered out in the integration platforms
(native_sim) as SERIAL was not enabled in its prj.conf
and that is not enabled by default for this target.
Let's just enable it.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-01-10 10:01:37 +01:00

5 lines
77 B
Plaintext

CONFIG_ZTEST=y
CONFIG_ZTRESS=y
CONFIG_UART_ASYNC_RX_HELPER=y
CONFIG_SERIAL=y