-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
platform.json
55 lines (55 loc) · 1.59 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
{
"name": "quectel",
"title": "Quectel",
"description": "Quectel development platform 2018 Georgi Angelov",
"url": "https://github.com/Wiz-IO/platform-quectel",
"homepage": "http://www.wizio.eu/",
"license": "Apache-2.0",
"engines": { "platformio": "^3.0.0" },
"repository": {
"type": "git",
"url": "https://github.com/Wiz-IO/platform-quectel.git"
},
"version": "2.1.03",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json"
],
"frameworks": {
"opencpu": {
"package": "framework-quectel",
"script": "builder/frameworks/opencpu.py"
},
"openlinux": {
"package": "framework-quectel",
"script": "builder/frameworks/openlinux.py"
},
"threadx": {
"package": "framework-quectel",
"script": "builder/frameworks/threadx.py"
},
"arduino": {
"package": "framework-quectel",
"script": "builder/frameworks/arduino.py"
}
},
"packages": {
"framework-quectel": {
"type": "framework",
"version": "https://github.com/Wiz-IO/framework-quectel.git"
},
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"version": "=1.70201.0"
},
"toolchain-gcc-ec2x": {
"type": "toolchain",
"version": "https://github.com/Wiz-IO/LIB/raw/master/quectel/toolchain-gcc-ec2x-v1.0.0.zip"
},
"tool-quectel": {
"type": "uploader",
"version": "https://github.com/Wiz-IO/tool-quectel.git",
"optional": true
}
}
}