You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
684 B
25 lines
684 B
sample: |
|
name: UART ASYNC API driver sample |
|
tests: |
|
sample.drivers.uart.async_api: |
|
integration_platforms: |
|
- nrf52840dk/nrf52840 |
|
tags: |
|
- serial |
|
- uart |
|
filter: CONFIG_SERIAL and |
|
CONFIG_UART_ASYNC_API and |
|
dt_chosen_enabled("zephyr,shell-uart") and |
|
not CONFIG_UART_MCUX_LPUART |
|
harness: keyboard |
|
sample.drivers.uart.async_api.lpuart: |
|
tags: |
|
- serial |
|
- uart |
|
filter: CONFIG_SERIAL and |
|
CONFIG_UART_ASYNC_API and |
|
dt_chosen_enabled("zephyr,shell-uart") and |
|
CONFIG_UART_MCUX_LPUART and |
|
not CONFIG_CPU_HAS_DCACHE |
|
depends_on: dma |
|
harness: keyboard
|
|
|