-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
61 lines (61 loc) · 2.16 KB
/
manifest.json
File metadata and controls
61 lines (61 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "Renesas EK-RA8D2",
"maintainer": "LVGL",
"hostOperatingsystem": [
"Windows",
"Linux",
"Mac OS"
],
"environment": [
"e2 Studio"
],
"hardware": {
"chipVendor": "Renesas",
"manufacturer": "Renesas",
"specs": {
"MPU": "Arm Cortex-M85 (1.0 GHz)",
"RAM": "1872 KB internal, 128 MB external",
"Flash": "1 MB",
"Interface": "Parallel RGB",
"Touch Pad": "Capacitive"
}
},
"description": "The Renesas EK-RA8D2 is an evaluation board for a high-end 1GHz ARM Cortex-M85 microcontroller with large external memory (128MB). It has a D/AVE 2D graphics accelerator which LVGL supports and is enabled in this project. The included display is 7\" and has a resolution of 1024x600.",
"shortDescription": "Renesas EK-RA8D2 high-end MCU with graphics acceleration",
"urlToClone": "https://github.com/lvgl/lv_port_renesas_ek-ra8d2.git",
"logos": [
"https://raw.githubusercontent.com/lvgl/project-creator/master/meta/images/renesas/logo.svg"
],
"image": "https://raw.githubusercontent.com/lvgl/lv_port_renesas_ek-ra8d2/master/board_images/renesas-EK-RA8D2.webp",
"buy_now_links": [
"https://www.renesas.com/en/design-resources/boards-kits/ek-ra8d2"
],
"branches": [
"release/v9.3"
],
"getStartedInstructions": "Follow the instructions in README.md to install e2 studio, get the FSP Packs, and build and debug the project.",
"settings": [
{
"type": "dropdown",
"label": "Show the system monitors",
"options": [
{
"name": "Yes",
"value": "1"
},
{
"name": "No",
"value": "0",
"default": "true"
}
],
"actions": [
{
"toReplace": " *#define LV_USE_SYSMON .*",
"newContent": " #define LV_USE_SYSMON {value}",
"filePath": "src/lv_conf_user.h"
}
]
}
]
}