-
Notifications
You must be signed in to change notification settings - Fork 5
/
platform.json
51 lines (51 loc) · 1.27 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
{
"name": "opencpu",
"title": "Quectel OpenCPU",
"description": "Quectel OpenCPU 2018 Georgi Angelov",
"url": "http://platformio.org/platforms/opencpu",
"homepage": "http://www.wizio.eu/",
"license": "Apache-2.0",
"engines": {
"platformio": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Wiz-IO/platform-opencpu.git"
},
"version": "1.0.0",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json",
"http://wizio.eu/platformio/manifest.json"
],
"frameworks": {
"OpenCPU BC66": {
"package": "framework-opencpu",
"script": "builder/frameworks/bc66.py"
},
"OpenCPU M66": {
"package": "framework-opencpu",
"script": "builder/frameworks/m66.py"
},
"OpenCPU MC60": {
"package": "framework-opencpu",
"script": "builder/frameworks/mc60.py"
}
},
"packages": {
"toolchain-opencpu": {
"type": "toolchain",
"version": ">=4.8.3"
},
"framework-opencpu": {
"type": "framework",
"optional": true,
"version": ">=1.0.0"
},
"tool-opencpu": {
"type": "uploader",
"optional": true,
"version": ">=1.0.0"
}
}
}