As the cadence uart, has no off-the-shelve microprocessor out there. Add a build only test case for the cadence uart using the qemu cortex m3 as the board. Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>
13 lines
235 B
YAML
13 lines
235 B
YAML
common:
|
|
build_only: true
|
|
tags:
|
|
- drivers
|
|
- uart
|
|
tests:
|
|
drivers.uart.build:
|
|
# will cover drivers without in-tree boards
|
|
platform_allow: qemu_cortex_m3
|
|
tags: uart_cdns
|
|
extra_configs:
|
|
- CONFIG_SERIAL=y
|