-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathplatform.json
94 lines (94 loc) · 2.38 KB
/
platform.json
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "renesas-ra",
"title": "Renesas RA",
"description": "Renesas Advanced (RA) 32-bit microcontrollers with the Arm Cortex-M33, -M23 and -M4 processor cores deliver key advantages compared to competitive Arm Cortex-M MCUs by providing stronger embedded security, superior CoreMark performance and ultra-low power operation.",
"homepage": "https://www.renesas.com/us/en/products/microcontrollers-microprocessors/ra-cortex-m-mcus",
"license": "Apache-2.0",
"keywords": [
"dev-platform",
"ARM",
"Cortex-M",
"Renesas",
"RA2",
"RA4",
"RA6",
"RA8"
],
"engines": {
"platformio": "^6"
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-renesas-ra.git"
},
"version": "1.5.0",
"frameworks": {
"arduino": {
"package": "framework-arduinorenesas-uno",
"script": "builder/frameworks/arduino.py"
},
"fsp": {
"package": "framework-renesas-fsp",
"script": "builder/frameworks/fsp.py"
},
"cmsis": {
"package": "framework-cmsis-renesas",
"script": "builder/frameworks/cmsis.py"
}
},
"packages": {
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"owner": "platformio",
"version": "~1.70201.0"
},
"framework-arduinorenesas-uno": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.2.2"
},
"framework-arduinorenesas-portenta": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.2.2"
},
"framework-renesas-fsp": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "1.40000.0"
},
"framework-cmsis-renesas": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "1.40500.0"
},
"tool-dfuutil-arduino": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~1.11.0"
},
"tool-bossac": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~1.10901.0"
},
"tool-openocd": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~3.1200.0"
},
"tool-jlink": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "^1.72000.0"
}
}
}