Skip to content

Commit c79724b

Browse files
Update manifest_all.json
1 parent 1015375 commit c79724b

File tree

1 file changed

+62
-15
lines changed

1 file changed

+62
-15
lines changed

manifest_all_v1.1.0.json

Lines changed: 62 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
],
4242
"actions": [
4343
{
44-
"toReplace": "#define LV_COLOR_DEPTH \\d+",
45-
"newContent": "#define LV_COLOR_DEPTH {value}",
46-
"filePath": "lv_conf.h"
44+
"toReplace": "LV_COLOR_DEPTH \\d+",
45+
"newContent": "LV_COLOR_DEPTH {value}",
46+
"filePath": "lv_conf.defaults"
4747
}
4848
]
4949
},
@@ -63,9 +63,9 @@
6363
],
6464
"actions": [
6565
{
66-
"toReplace": "#define LV_USE_PERF_MONITOR .*",
67-
"newContent": "#define LV_USE_PERF_MONITOR {value}",
68-
"filePath": "lv_conf.h"
66+
"toReplace": "LV_USE_PERF_MONITOR .*",
67+
"newContent": "LV_USE_PERF_MONITOR {value}",
68+
"filePath": "lv_conf.defaults"
6969
}
7070
]
7171
},
@@ -85,26 +85,36 @@
8585
{
8686
"name": "SDL",
8787
"value": "2"
88+
},
89+
{
90+
"name": "Wayland",
91+
"value": "3"
8892
}
8993
],
9094
"actions": [
9195
{
9296
"ifValue": "0",
93-
"toReplace": "#define LV_USE_LINUX_FBDEV +\\d+",
94-
"newContent": "#define LV_USE_LINUX_FBDEV 1",
95-
"filePath": "lv_conf.h"
97+
"toReplace": "LV_USE_LINUX_FBDEV +\\d+",
98+
"newContent": "LV_USE_LINUX_FBDEV 1",
99+
"filePath": "lv_conf.defaults"
96100
},
97101
{
98102
"ifValue": "1",
99-
"toReplace": "#define LV_USE_LINUX_DRM +\\d+",
100-
"newContent": "#define LV_USE_LINUX_DRM 1",
101-
"filePath": "lv_conf.h"
103+
"toReplace": "LV_USE_LINUX_DRM +\\d+",
104+
"newContent": "LV_USE_LINUX_DRM 1",
105+
"filePath": "lv_conf.defaults"
102106
},
103107
{
104108
"ifValue": "2",
105-
"toReplace": "#define LV_USE_SDL +\\d+",
106-
"newContent": "#define LV_USE_SDL 1",
107-
"filePath": "lv_conf.h"
109+
"toReplace": "LV_USE_SDL +\\d+",
110+
"newContent": "LV_USE_SDL 1",
111+
"filePath": "lv_conf.defaults"
112+
},
113+
{
114+
"ifValue": "3",
115+
"toReplace": "LV_USE_WAYLAND +\\d+",
116+
"newContent": "LV_USE_WAYLAND 1",
117+
"filePath": "lv_conf.defaults"
108118
}
109119
]
110120
}
@@ -2783,6 +2793,43 @@
27832793
}
27842794
]
27852795
},
2796+
{
2797+
"name": "Renesas RZ/G3E-EVKIT",
2798+
"maintainer": "LVGL",
2799+
"hostOperatingsystem": [
2800+
"Linux"
2801+
],
2802+
"environment": [
2803+
"Yocto",
2804+
"CMake"
2805+
],
2806+
"hardware": {
2807+
"chipVendor": "Renesas",
2808+
"manufacturer": "Renesas",
2809+
"specs": {
2810+
"MPU": "Quad Cortex-A55 @1.8GHz",
2811+
"MCU": "Cortex-M33 @200MHz",
2812+
"RAM": "4 GB LPDDR4",
2813+
"Flash": "Micro SD Card + 64GB eMMC",
2814+
"GPU": "Mali-G52"
2815+
}
2816+
},
2817+
"description": "The RZ/G3E-EVKIT is a development kit for the RZ/G3E MPU. It's a SMARC v2.1 System-on-Module (SOM) with a carrier board. It is one of the more powerful MPU boards available and has some specialized applications in mind for use with GStreamer and electrical current measurement.",
2818+
"shortDescription": "High performance Renesas Cortex\u00ae-A55 based SMARC SoM.",
2819+
"urlToClone": "https://github.com/lvgl/lv_port_renesas_rz-g3e-evkit.git",
2820+
"logos": [
2821+
"https://raw.githubusercontent.com/lvgl/project-creator/master/meta/images/renesas/logo.svg"
2822+
],
2823+
"image": "https://raw.githubusercontent.com/lvgl/lv_port_renesas_rz-g3e-evkit/master/board_images/renesas_rz-g3e-evkit.webp",
2824+
"buy_now_links": [
2825+
"https://www.renesas.com/en/design-resources/boards-kits/rz-g3e-evkit"
2826+
],
2827+
"branches": [
2828+
"release/v9.4"
2829+
],
2830+
"getStartedInstructions": "Follow the guide in the [README](https://github.com/lvgl/lv_port_renesas_rz-g3e-evkit#getting-started)",
2831+
"settings": []
2832+
},
27862833
{
27872834
"name": "iCOP QEC-PPC-M-090T",
27882835
"maintainer": "LVGL",

0 commit comments

Comments
 (0)