-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.yaml
69 lines (69 loc) · 2.01 KB
/
sample.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
sample:
description: Sample application for displays
name: display_sample
tests:
sample.display.shield.adafruit_2_8_tft_touch_v2:
platform_allow: nrf52840dk_nrf52840
extra_args: SHIELD=adafruit_2_8_tft_touch_v2
tags: display shield
harness: console
harness_config:
fixture: fixture_display
sample.display.shield.ssd1306_128x32:
platform_allow: nrf52840dk_nrf52840
extra_args: SHIELD=ssd1306_128x32
tags: display shield
harness: console
harness_config:
fixture: fixture_display
sample.display.shield.ssd1306_128x64:
platform_allow: nrf52840dongle_nrf52840
extra_args: SHIELD=ssd1306_128x64
tags: display shield
harness: console
harness_config:
fixture: fixture_display
sample.display.shield.ssd1306_128x64:
platform_allow: nrf52840dk_nrf52840
extra_args: SHIELD=ssd1306_128x64
tags: display shield
harness: console
harness_config:
fixture: fixture_display
sample.display.shield.waveshare_epaper_gdeh0213b1:
platform_allow: nrf52840dk_nrf52840
extra_args: SHIELD=waveshare_epaper_gdeh0213b1
harness: console
harness_config:
fixture: fixture_display
sample.display.st7789v_tl019fqv01:
platform_allow: nrf52dk_nrf52832
extra_args: SHIELD=st7789v_tl019fqv01
tags: display shield
harness: console
harness_config:
fixture: fixture_display
sample.display.st7789v_waveshare_240x240:
platform_allow: nrf52dk_nrf52832
extra_args: SHIELD=st7789v_waveshare_240x240
tags: display shield
harness: console
harness_config:
fixture: fixture_display
sample.display.mcux_elcdif:
platform_allow: mimxrt1050_evk
tags: display
harness: console
harness_config:
fixture: fixture_display
sample.display.sdl:
build_only: true
platform_allow: native_posix_64
tags: display
sample.display.dummy:
platform_allow: native_posix
extra_configs:
- CONFIG_DUMMY_DISPLAY=y
- CONFIG_SDL_DISPLAY=n
- CONFIG_TEST=y
tags: display