Skip to content

Commit

Permalink
samples: display: Build NXP boards with adafruit_2_8_tft_touch_v2 shield
Browse files Browse the repository at this point in the history
Now that we can use the adafruit_2_8_tft_touch_v2 shield with
mimxrt685_evk_cm33 and frdm_k64f boards, start building the display
driver and lvgl samples for these boards in CI.

Signed-off-by: Maureen Helm <[email protected]>
  • Loading branch information
MaureenHelm authored and nashif committed Mar 26, 2021
1 parent 33a960b commit 556da6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/drivers/display/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sample:
name: display_sample
tests:
sample.display.shield.adafruit_2_8_tft_touch_v2:
platform_allow: nrf52840dk_nrf52840
platform_allow: nrf52840dk_nrf52840 mimxrt685_evk_cm33 frdm_k64f
extra_args: SHIELD=adafruit_2_8_tft_touch_v2
tags: display shield
harness: console
Expand Down
2 changes: 1 addition & 1 deletion samples/subsys/display/lvgl/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tests:
platform_allow: reel_board mimxrt1050_evk mimxrt1060_evk mimxrt1064_evk
tags: samples display gui
sample.display.adafruit_2_8_tft_touch_v2:
platform_allow: nrf52840dk_nrf52840
platform_allow: nrf52840dk_nrf52840 mimxrt685_evk_cm33 frdm_k64f
extra_args: SHIELD=adafruit_2_8_tft_touch_v2
tags: shield
sample.display.waveshare_epaper_gdeh0213b1:
Expand Down

0 comments on commit 556da6f

Please sign in to comment.