22 lines
493 B
YAML
22 lines
493 B
YAML
|
# Copyright (c) 2023 Trackunit Corporation
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
tests:
|
||
|
modem.backends.uart.async:
|
||
|
tags: modem_backend
|
||
|
harness: ztest
|
||
|
platform_allow:
|
||
|
- b_u585i_iot02a
|
||
|
- nrf5340dk_nrf5340_cpuapp
|
||
|
extra_configs:
|
||
|
- CONFIG_UART_ASYNC_API=y
|
||
|
|
||
|
modem.backends.uart.isr:
|
||
|
tags: modem_backend
|
||
|
harness: ztest
|
||
|
platform_allow:
|
||
|
- b_u585i_iot02a
|
||
|
- nrf5340dk_nrf5340_cpuapp
|
||
|
extra_configs:
|
||
|
- CONFIG_UART_INTERRUPT_DRIVEN=y
|