-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathplatform.json
164 lines (164 loc) · 5.34 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "gd32",
"title": "GD GD32",
"description": "GigaDevice GD32 MCU has many years of industry-leading design experience, as it has already launched a huge variety of 32bit general purpose microcontrollers, based on Arm Cortex-M and RISC-V cores. GigaDevice continues to empower various industry fields, providing high performance and rich in resources MCUs.",
"homepage": "http://www.gd32mcu.com/en/product",
"license": "Apache-2.0",
"keywords": [
"dev-platform",
"ARM",
"Cortex-M",
"GigaDevice",
"GD32"
],
"engines": {
"platformio": "^5"
},
"repository": {
"type": "git",
"url": "https://github.com/CommunityGD32Cores/platform-gd32"
},
"version": "1.0.0",
"frameworks": {
"mbed": {
"package": "framework-mbed",
"script": "builder/frameworks/mbed.py",
"description": "Arm Mbed OS is an open source embedded operating system designed specifically for the 'things' in the Internet of Things. It includes all the features you need to develop a connected product based on an Arm Cortex-M microcontroller, including security, connectivity, an RTOS and drivers for sensors and I/O devices",
"homepage": "https://os.mbed.com/",
"title": "Mbed"
},
"spl": {
"package": "framework-spl-gd32",
"script": "builder/frameworks/spl.py",
"description": "The GigaDevice Standard Peripheral Library provides a set of functions for handling the peripherals on the GD32 family of microcontrollers.",
"homepage": "http://www.gd32mcu.com/en/download/",
"title": "Standard Peripheral Library"
},
"arduino": {
"package": "framework-arduinogd32",
"script": "builder/frameworks/arduino.py",
"description": "Arduino Wiring-based Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences",
"homepage": "https://github.com/CommunityGD32Cores/ArduinoCore-GD32",
"title": "Arduino"
},
"wifi-sdk": {
"package": "framework-wifi-sdk-gd32",
"script": "builder/frameworks/wifi-sdk.py",
"description": "GD32W51x WIFI SDK",
"homepage": "http://www.gd32mcu.com/en/download/0?kw=GD32W5",
"title": "WiFi SDK"
},
"zephyr": {
"package": "framework-zephyr",
"script": "builder/frameworks/zephyr.py",
"description": "The Zephyr Project is a scalable real-time operating system (RTOS) supporting multiple hardware architectures, optimized for resource constrained devices, and built with safety and security in mind",
"homepage": "https://www.zephyrproject.org",
"title": "Zephyr RTOS"
}
},
"packages": {
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"owner": "platformio",
"version": "~1.90201.0",
"optionalVersions": [
"~1.60301.0",
"~1.80201.0",
"~1.90201.0"
]
},
"toolchain-riscv-nuclei": {
"type": "toolchain",
"optional": true,
"version": "https://github.com/CommunityGD32Cores/toolchain-riscv-nuclei.git#windows_x64"
},
"framework-mbed": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~6.61700.0",
"optionalVersions": [
"~6.51506.0"
]
},
"framework-spl-gd32": {
"type": "framework",
"optional": true,
"owner": "maxgerhardt",
"version": "https://github.com/CommunityGD32Cores/gd32-pio-spl-package.git"
},
"framework-arduinogd32": {
"type": "framework",
"optional": true,
"owner": "maxgerhardt",
"version": "https://github.com/CommunityGD32Cores/ArduinoCore-GD32.git"
},
"framework-wifi-sdk-gd32": {
"type": "framework",
"optional": true,
"owner": "maxgerhardt",
"version": "https://github.com/CommunityGD32Cores/gd32-pio-wifi-sdk.git"
},
"framework-zephyr": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "https://github.com/CommunityGD32Cores/zephyr.git#v4.0-branch-package"
},
"tool-sreccat": {
"owner": "platformio",
"version": "~1.164.0",
"optional": true
},
"tool-stm32duino": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~1.0.1"
},
"tool-openocd-gd32": {
"type": "uploader",
"optional": true,
"owner": "communitygd32cores",
"version": "~2.1100.0"
},
"tool-gdlinkcli": {
"type": "uploader",
"optional": true,
"owner": "communitygd32cores",
"version": "https://github.com/CommunityGD32Cores/pio-gd32-gdlinkcli.git"
},
"tool-jlink": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "^1.77001.0"
},
"tool-dfuutil": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~1.9.190708"
},
"tool-cmake": {
"optional": true,
"owner": "platformio",
"version": "~3.21.0"
},
"tool-dtc": {
"optional": true,
"owner": "platformio",
"version": "~1.4.7"
},
"tool-ninja": {
"optional": true,
"owner": "platformio",
"version": "^1.7.0"
},
"tool-gperf": {
"optional": true,
"owner": "platformio",
"version": "^3.0.0"
}
}
}