2021-03-16 23:04:04 +08:00
|
|
|
common:
|
|
|
|
platform_exclude: seeeduino_xiao serpente arduino_nano_33_iot atsamr21_xpro
|
|
|
|
adafruit_itsybitsy_m4_express atsame54_xpro atsamd21_xpro adafruit_trinket_m0
|
|
|
|
arduino_nano_33_iot arduino_zero atsamd21_xpro adafruit_feather_m0_basic_proto
|
|
|
|
|
2018-12-18 19:46:41 +08:00
|
|
|
tests:
|
2019-12-02 01:29:43 +08:00
|
|
|
drivers.uart.uart_async_api:
|
2018-12-18 19:46:41 +08:00
|
|
|
tags: drivers
|
2019-06-03 20:12:24 +08:00
|
|
|
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC
|
2021-01-08 21:53:35 +08:00
|
|
|
harness: ztest
|
|
|
|
harness_config:
|
|
|
|
fixture: gpio_loopback
|
2020-09-03 17:48:52 +08:00
|
|
|
drivers.uart.uart_async_api.rtt:
|
|
|
|
tags: drivers
|
|
|
|
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC and CONFIG_HAS_SEGGER_RTT
|
|
|
|
extra_args: DTC_OVERLAY_FILE=boards/segger_rtt.overlay
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_USE_SEGGER_RTT=y
|
|
|
|
- CONFIG_UART_RTT=y
|
|
|
|
build_only: true
|