-
Notifications
You must be signed in to change notification settings - Fork 5
/
platform.json
53 lines (53 loc) · 1.58 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
{
"name": "hc32f46x",
"version": "1.1.0",
"title": "HC32F46X",
"description": "HC32F46x",
"homepage": "",
"license": "Apache-2.0",
"keywords": ["dev-platform", "ARM", "Cortex-M", "HC32"],
"engines": {
"platformio": "^5"
},
"repository": {
"type": "git",
"url": "https://github.com/shadow578/platform-hc32f46x.git"
},
"frameworks": {
"ddl": {
"package": "framework-hc32f46x-ddl",
"script": "builder/frameworks/ddl.py",
"description": "HC32F46x Device Driver Library",
"homepage": "",
"title": "HC32F46x DDL"
},
"arduino": {
"package": "framework-arduino-hc32f46x",
"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": "http://arduino.cc/en/Reference/HomePage",
"title": "Arduino"
}
},
"packages": {
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"owner": "platformio",
"version": "=1.120301.0"
},
"tool-pyocd": {
"type": "debugger",
"optional": true,
"owner": "platformio",
"version": "~2.3600.0"
},
"framework-arduino-hc32f46x": {
"type": "framework",
"version": "https://github.com/shadow578/framework-arduino-hc32f46x.git"
},
"framework-hc32f46x-ddl": {
"type": "framework",
"version": "https://github.com/shadow578/framework-hc32f46x-ddl.git"
}
}
}