samples: ili9340: add adafruit_2_8_tft_touch_v2 to samples test
Add adafruit_2_8_tft_touch_v2 to samples test. Signed-off-by: Johann Fischer <j.fischer@phytec.de>
This commit is contained in:
parent
65f00159c6
commit
1609f4af52
2 changed files with 10 additions and 2 deletions
|
@ -4,5 +4,9 @@ sample:
|
|||
tests:
|
||||
sample.display.ili9340:
|
||||
build_only: true
|
||||
platform_whitelist: nucleo_l476rg nrf52_pca10040 nrf52840_pca10056
|
||||
platform_whitelist: nucleo_l476rg nrf52_pca10040
|
||||
tags: display
|
||||
sample.display.adafruit_2_8_tft_touch_v2:
|
||||
platform_whitelist: nrf52840_pca10056
|
||||
extra_args: SHIELD=adafruit_2_8_tft_touch_v2
|
||||
tags: shield
|
||||
|
|
|
@ -4,5 +4,9 @@ sample:
|
|||
tests:
|
||||
sample.gui.lvgl:
|
||||
harness: display
|
||||
platform_whitelist: nrf52840_pca10056 reel_board mimxrt1050_evk mimxrt1060_evk
|
||||
platform_whitelist: reel_board mimxrt1050_evk mimxrt1060_evk
|
||||
tags: samples display gui
|
||||
sample.display.adafruit_2_8_tft_touch_v2:
|
||||
platform_whitelist: nrf52840_pca10056
|
||||
extra_args: SHIELD=adafruit_2_8_tft_touch_v2
|
||||
tags: shield
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue