Skip to content

Commit 9a9f060

Browse files
thenguyenyfcfriedt
authored andcommitted
samples: display: update rtk7eka6m3b00001bu shield related samples
The rtk7eka6m3b00001bu need addtional ek_ra8d1_rtk7eka6m3b00001bu shield to build with ek_ra8d1/r7fa8d1bhecbd platform. This commit to update extra args to select it when build with twister Signed-off-by: The Nguyen <[email protected]>
1 parent 1eb0fb2 commit 9a9f060

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/modules/lvgl/demos/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ tests:
7272
sample.modules.lvgl.demos.rtk7eka6m3b00001bu:
7373
platform_allow: ek_ra8d1
7474
extra_args:
75-
- SHIELD=rtk7eka6m3b00001bu
75+
- SHIELD="rtk7eka6m3b00001bu;ek_ra8d1_rtk7eka6m3b00001bu"
7676
- DTC_OVERLAY_FILE=rtk7eka6m3b00001bu.overlay
7777
extra_configs:
7878
- CONFIG_LV_DEMO_MUSIC_LANDSCAPE=y

samples/subsys/display/lvgl/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ tests:
8686
filter: dt_compat_enabled("renesas,ra-glcdc")
8787
extra_args:
8888
- platform:ek_ra8d1/r7fa8d1bhecbd:SHIELD=rtkmipilcdb00000be
89-
- platform:ek_ra8d1/r7fa8d1bhecbd:SHIELD=rtk7eka6m3b00001bu
89+
- platform:ek_ra8d1/r7fa8d1bhecbd:SHIELD="rtk7eka6m3b00001bu;ek_ra8d1_rtk7eka6m3b00001bu"
9090
harness_config:
9191
fixture: fixture_display
9292
sample.subsys.display.lvgl.seeed_xiao_round_display:

tests/drivers/display/display_read_write/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ tests:
107107
filter: dt_compat_enabled("renesas,ra-glcdc")
108108
extra_args:
109109
- platform:ek_ra8d1/r7fa8d1bhecbd:SHIELD=rtkmipilcdb00000be
110-
- platform:ek_ra8d1/r7fa8d1bhecbd:SHIELD=rtk7eka6m3b00001bu
110+
- platform:ek_ra8d1/r7fa8d1bhecbd:SHIELD="rtk7eka6m3b00001bu;ek_ra8d1_rtk7eka6m3b00001bu"

0 commit comments

Comments
 (0)