-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlink.json
55 lines (55 loc) · 1.46 KB
/
link.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
{
"name": "P57",
"title": "Azure MT3620",
"description": "Azure Sphere MT3620 : Cortex-A7 + 2 X Cortex-M4F",
"homepage": "https://www.mediatek.com/products/AIoT/mt3620",
"license": "Apache-2.0",
"engines": {
"platformio": "^5"
},
"repository": {
"type": "git",
"url": "https://github.com/Wiz-IO/platform-azure.git"
},
"version": "2.0.4",
"frameworks": {
"arduino": {
"package": "framework-azure",
"script": "builder/frameworks/arduino.py"
},
"linux": {
"package": "framework-azure",
"script": "builder/frameworks/linux.py"
},
"baremetal": {
"package": "framework-azure",
"script": "builder/frameworks/baremetal.py"
},
"mediatek": {
"package": "framework-azure",
"script": "builder/frameworks/mediatek.py"
},
"wiring": {
"package": "framework-azure",
"script": "builder/frameworks/wiring.py"
}
},
"packages": {
"framework-azure": {
"type": "framework",
"version": "https://github.com/Wiz-IO/framework-azure.git"
},
"toolchain-arm-poky-linux-musleabi-hf": {
"type": "toolchain",
"version": "http://wizio.eu/azure/toolchain-arm-poky-linux-musleabi-hf-1.0.0.zip"
},
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"version": "=1.70201.0"
},
"tool-azure": {
"type": "uploader",
"version": "https://github.com/Wiz-IO/tool-azure.git"
}
}
}