zephyr/samples/drivers/display/sample.yaml
Andrzej Głąbek 4253eae005 boards: nrf52840_pca10056: Rename board to nrf52840dk_nrf52840
The nRF52840 DK board target, so far known as nrf52840_pca10056,
is renamed to nrf52840dk_nrf52840.
Its documentation and all references to its name in the tree are
updated accordingly. Overlay and configuration files specific to
this board are also renamed, to match the new board name.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2020-03-27 09:14:08 +01:00

42 lines
1.3 KiB
YAML

sample:
description: Sample application for displays
name: display_sample
tests:
sample.display.shield.adafruit_2_8_tft_touch_v2:
platform_whitelist: nrf52840dk_nrf52840
extra_args: SHIELD=adafruit_2_8_tft_touch_v2
tags: display shield
sample.display.shield.ssd1306_128x32:
platform_whitelist: nrf52840dk_nrf52840
extra_args: SHIELD=ssd1306_128x32
tags: display shield
sample.display.shield.ssd1306_128x64:
platform_whitelist: nrf52840dk_nrf52840
extra_args: SHIELD=ssd1306_128x64
tags: display shield
sample.display.shield.waveshare_epaper_gdeh0213b1:
platform_whitelist: nrf52840dk_nrf52840
extra_args: SHIELD=waveshare_epaper_gdeh0213b1
sample.display.st7789v_tl019fqv01:
platform_whitelist: nrf52_pca10040
extra_args: SHIELD=st7789v_tl019fqv01
tags: display shield
sample.display.st7789v_waveshare_240x240:
platform_whitelist: nrf52_pca10040
extra_args: SHIELD=st7789v_waveshare_240x240
tags: display shield
sample.display.mcux_elcdif:
platform_whitelist: mimxrt1050_evk
tags: display
sample.display.sdl:
build_only: true
platform_whitelist: native_posix_64
tags: display
sample.display.dummy:
platform_whitelist: native_posix
extra_configs:
- CONFIG_DUMMY_DISPLAY=y
- CONFIG_SDL_DISPLAY=n
- CONFIG_TEST=y
tags: display