We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51aba7f commit 3c8def0Copy full SHA for 3c8def0
samples/drivers/uart/async_api/sample.yaml
@@ -23,3 +23,17 @@ tests:
23
not CONFIG_CPU_HAS_DCACHE
24
depends_on: dma
25
harness: keyboard
26
+ sample.drivers.uart.async_api.console:
27
+ integration_platforms:
28
+ - nucleo_g071rb/stm32g071xx
29
+ filter: CONFIG_SERIAL and
30
+ CONFIG_UART_ASYNC_API and
31
+ dt_chosen_enabled("zephyr,shell-uart")
32
+ harness: console
33
+ harness_config:
34
+ type: multi_line
35
+ regex:
36
+ - "Loop (.*) Sending (.*)"
37
+ - "RX is now enabled"
38
39
+ - "RX is now disabled"
0 commit comments