|
41 | 41 | ], |
42 | 42 | "actions": [ |
43 | 43 | { |
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" |
47 | 47 | } |
48 | 48 | ] |
49 | 49 | }, |
|
63 | 63 | ], |
64 | 64 | "actions": [ |
65 | 65 | { |
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" |
69 | 69 | } |
70 | 70 | ] |
71 | 71 | }, |
|
85 | 85 | { |
86 | 86 | "name": "SDL", |
87 | 87 | "value": "2" |
| 88 | + }, |
| 89 | + { |
| 90 | + "name": "Wayland", |
| 91 | + "value": "3" |
88 | 92 | } |
89 | 93 | ], |
90 | 94 | "actions": [ |
91 | 95 | { |
92 | 96 | "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" |
96 | 100 | }, |
97 | 101 | { |
98 | 102 | "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" |
102 | 106 | }, |
103 | 107 | { |
104 | 108 | "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" |
108 | 118 | } |
109 | 119 | ] |
110 | 120 | } |
|
2783 | 2793 | } |
2784 | 2794 | ] |
2785 | 2795 | }, |
| 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 | + }, |
2786 | 2833 | { |
2787 | 2834 | "name": "iCOP QEC-PPC-M-090T", |
2788 | 2835 | "maintainer": "LVGL", |
|
0 commit comments