Skip to content

Commit a92cb0d

Browse files
committed
samples: modules: lvgl: update for ek_ra8p1 and ek_ra8d1
Add extra configs in sample.yaml to LVGL demos for Renesas EK-RA8P1 and EK-RA8D1 boards. Signed-off-by: Duy Nguyen <[email protected]>
1 parent f0e8dad commit a92cb0d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

samples/modules/lvgl/demos/sample.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ tests:
7171
extra_args: SHIELD=rtkmipilcdb00000be
7272
tags:
7373
- shield
74+
extra_configs:
75+
- CONFIG_LV_Z_DEMO_WIDGETS=y
76+
- CONFIG_LV_USE_SYSMON=y
77+
- CONFIG_LV_USE_PERF_MONITOR=y
7478
sample.modules.lvgl.demos.rtk7eka6m3b00001bu:
7579
platform_allow: ek_ra8d1
7680
extra_args:
@@ -89,6 +93,8 @@ tests:
8993
extra_args:
9094
- SHIELD=rtklcdpar1s00001be
9195
extra_configs:
92-
- CONFIG_LV_DEMO_MUSIC_LANDSCAPE=y
96+
- CONFIG_LV_Z_DEMO_WIDGETS=y
97+
- CONFIG_LV_USE_SYSMON=y
98+
- CONFIG_LV_USE_PERF_MONITOR=y
9399
tags:
94100
- shield

0 commit comments

Comments
 (0)