Skip to content

Commit fcd57a6

Browse files
khaicaorvcduynguyenxa
authored andcommitted
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. Add new overlay file for EK-RA8P1 to adjust flash partitions.
1 parent 5700d30 commit fcd57a6

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/*
2+
* Copyright (c) 2025 Renesas Electronics Corporation
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
&flash0 {
7+
reg = <0x2000000 0x100000>;
8+
};
9+
10+
&flash1 {
11+
status = "disabled";
12+
};

samples/modules/lvgl/demos/sample.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ tests:
6969
extra_args: SHIELD=rtkmipilcdb00000be
7070
tags:
7171
- shield
72+
extra_configs:
73+
- CONFIG_LV_Z_DEMO_WIDGETS=y
74+
- CONFIG_LV_USE_SYSMON=y
75+
- CONFIG_LV_USE_PERF_MONITOR=y
7276
sample.modules.lvgl.demos.rtk7eka6m3b00001bu:
7377
platform_allow: ek_ra8d1
7478
extra_args:
@@ -87,6 +91,8 @@ tests:
8791
- SHIELD=rtklcdpar1s00001be
8892
- DTC_OVERLAY_FILE=rtklcdpar1s00001be.overlay
8993
extra_configs:
90-
- CONFIG_LV_DEMO_MUSIC_LANDSCAPE=y
94+
- CONFIG_LV_Z_DEMO_WIDGETS=y
95+
- CONFIG_LV_USE_SYSMON=y
96+
- CONFIG_LV_USE_PERF_MONITOR=y
9197
tags:
9298
- shield

0 commit comments

Comments
 (0)