-
Notifications
You must be signed in to change notification settings - Fork 46
/
platform.json
80 lines (79 loc) · 2.53 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
{
"name": "gd32v",
"title": "GigaDevice GD32V",
"version": "1.3.0",
"description": "The GigaDevice GD32V device is a 32-bit general-purpose microcontroller based on the RISC-V core with an impressive balance of processing power, reduced power consumption and peripheral set.",
"homepage": "https://www.gigadevice.com/products/microcontrollers/gd32/risc-v/",
"keywords": [
"dev-platform",
"GigaDevice",
"GD32V",
"RISC-V",
"Sipeed",
"Longan",
"32bit"
],
"license": "Apache-2.0",
"engines": {
"platformio": "^6"
},
"repository": {
"type": "git",
"url": "https://github.com/sipeed/platform-gd32v.git"
},
"authors": [{
"name": "Sipeed",
"email": "[email protected]",
"url": "https://www.sipeed.com"
}],
"frameworks": {
"gd32vf103-sdk": {
"package": "framework-gd32vf103-sdk",
"script": "builder/frameworks/firmware_library.py",
"description": "GigaDevice GD32VF103 Firmware Library (SDK) is a firmware function package, including programs, data structures and macro definitions, all the performance features of peripherals of GD32VF103 devices are involved in the package",
"homepage": "https://github.com/riscv-mcu/GD32VF103_Firmware_Library",
"title": "GigaDevice GD32V SDK"
},
"arduino": {
"package": "framework-arduino-gd32v",
"script": "builder/frameworks/arduino.py"
}
},
"packages": {
"framework-gd32vf103-sdk": {
"optional": true,
"type": "framework",
"owner": "platformio",
"version": "~1.0.0"
},
"framework-arduino-gd32v": {
"optional":true,
"type": "framework",
"owner": "platformio",
"version": "~0.1.1"
},
"tool-openocd-gd32v": {
"optional": true,
"type": "uploader",
"owner": "platformio",
"version": "~0.1.1"
},
"tool-gd32vflash": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~0.1.0"
},
"toolchain-gd32v": {
"type": "toolchain",
"owner": "platformio",
"version": "~9.2.0"
},
"tool-dfuutil": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~1.11.0"
}
}
}