File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
samples/modules/lvgl/demos Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 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+ };
Original file line number Diff line number Diff 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 :
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
You can’t perform that action at this time.
0 commit comments