Many driver samples or tests only had 'drivers' as the tag, without a tag indicating what driver that is exactly, so add some missing tags. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
12 lines
263 B
YAML
12 lines
263 B
YAML
sample:
|
|
name: FT800 display sample
|
|
tests:
|
|
sample.display.ft800:
|
|
tags: drivers display
|
|
depends_on: spi
|
|
platform_allow: nrf52840dk_nrf52840
|
|
extra_args: SHIELD=ftdi_vm800c
|
|
harness: display
|
|
harness_config:
|
|
fixture: spi_display_ft800
|