-
Notifications
You must be signed in to change notification settings - Fork 12
/
platform.json
49 lines (49 loc) · 1.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
{
"name": "arterytekat32",
"title": "ArteryTek AT32",
"description": "Artery Technology Company, specializing in ARM® Cortex®-M4 MCU, is committed to take the lead in the 32-bit MCU industry with the support of high-end R&D technology, comprehensive silicon IP and professional integration experience.",
"homepage": "https://www.arterychip.com/",
"license": "Apache-2.0",
"keywords": [
"ARM",
"Cortex-M4",
"ArteryTek",
"AT32"
],
"repository": {
"type": "git",
"url": "https://github.com/ArteryTek/platform-arterytekat32.git"
},
"engines": {
"platformio": "^5"
},
"version": "1.0.3",
"frameworks": {
"at32firmlib": {
"package": "framework-at32firmlib",
"script": "builder/frameworks/at32firmlib.py",
"title": "ArteryTek AT32 Firmware Library"
}
},
"packages": {
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"owner": "platformio",
"version": ">=1.60301.0,<1.80000.0"
},
"framework-at32firmlib": {
"type": "framework",
"version": "https://github.com/ArteryTek/framework-at32firmlib.git"
},
"tool-openocd-at32": {
"type": "uploader",
"version": "https://github.com/amoxu/tool-openocd-at32.git"
},
"tool-dfuutil": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~1.11.0"
}
}
}