Skip to content

Commit 5525c16

Browse files
danieldegrassejhedberg
authored andcommitted
samples: add rt1050 to display samples with shield
Add RT1050 EVK to platform-allow list for display sample tests with RK043* based shields. Signed-off-by: Daniel DeGrasse <[email protected]>
1 parent 2061e60 commit 5525c16

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

samples/drivers/display/sample.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,6 @@ tests:
8888
harness: console
8989
harness_config:
9090
fixture: fixture_display
91-
sample.display.mcux_elcdif:
92-
platform_allow: mimxrt1050_evk
93-
tags: display
94-
harness: console
95-
harness_config:
96-
fixture: fixture_display
9791
sample.display.mcux_dcnano_lcdif:
9892
platform_allow: mimxrt595_evk/mimxrt595s/cm33
9993
tags: display
@@ -176,14 +170,18 @@ tests:
176170
harness_config:
177171
fixture: fixture_display
178172
sample.display.rk043fn66hs_ctg:
179-
platform_allow: mimxrt1060_evk
173+
platform_allow:
174+
- mimxrt1060_evk
175+
- mimxrt1050_evk
180176
tags: display
181177
harness: console
182178
extra_args: SHIELD=rk043fn66hs_ctg
183179
harness_config:
184180
fixture: fixture_display
185181
sample.display.rk043fn02h_ct:
186-
platform_allow: mimxrt1060_evk
182+
platform_allow:
183+
- mimxrt1060_evk
184+
- mimxrt1050_evk
187185
tags: display
188186
harness: console
189187
extra_args: SHIELD=rk043fn02h_ct

samples/subsys/display/lvgl/sample.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,18 @@ tests:
7171
- lvgl
7272
- gui
7373
samples.subsys.display.lvgl.rk043fn66hs_ctg:
74-
platform_allow: mimxrt1060_evk
74+
platform_allow:
75+
- mimxrt1060_evk
76+
- mimxrt1050_evk
7577
tags: display
7678
harness: console
7779
extra_args: SHIELD=rk043fn66hs_ctg
7880
harness_config:
7981
fixture: fixture_display
8082
samples.subsys.display.lvgl.rk043fn02h_ct:
81-
platform_allow: mimxrt1060_evk
83+
platform_allow:
84+
- mimxrt1060_evk
85+
- mimxrt1050_evk
8286
tags: display
8387
harness: console
8488
extra_args: SHIELD=rk043fn02h_ct

0 commit comments

Comments
 (0)