Skip to content

Commit 208607d

Browse files
yongxu-wang15henrikbrixandersen
authored andcommitted
samples: drivers: uart: removed lpuart from an incompatible filter
Removed lpuart from sample.drivers.uart.async_api.console Signed-off-by: Yongxu Wang <[email protected]>
1 parent 5430400 commit 208607d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/drivers/uart/async_api/sample.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ tests:
2828
- nucleo_g071rb/stm32g071xx
2929
filter: CONFIG_SERIAL and
3030
CONFIG_UART_ASYNC_API and
31-
dt_chosen_enabled("zephyr,shell-uart")
31+
dt_chosen_enabled("zephyr,shell-uart") and
32+
not CONFIG_UART_MCUX_LPUART
3233
harness: console
3334
harness_config:
3435
type: multi_line

0 commit comments

Comments
 (0)