-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlink.json
58 lines (58 loc) · 1.12 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
56
57
58
{
"name": "P631",
"title": "OS-Q GSM Development Platform",
"description": "Development Platform for GSM Chipsets",
"url": "http://www.OS-Q.com/",
"homepage": "http://www.OS-Q.com/",
"license": "MIT",
"keywords": [
"dev-platform",
"GSM",
"MT2621",
"MT2503",
"SIMCOM"
],
"engines": {
"platformio": "^5"
},
"repository": {
"type": "git",
"url": "https://github.com/waybyte/platform-logicrom.git"
},
"version": "0.8.1",
"frameworks": {
"logicromsdk": {
"package": "F632",
"script": "builder/framework/logicromsdk.py"
},
"arduino": {
"package": "F631",
"script": "builder/framework/arduino.py"
}
},
"packages": {
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"owner": "platformio",
"version": "~1.80201.0"
},
"F631": {
"type": "framework",
"optional": true,
"version": "https://github.com/OS-Q/F631.git"
},
"F632": {
"type": "framework",
"optional": true,
"version": "https://github.com/OS-Q/F632.git"
},
"tool-logicromflasher": {
"type": "uploader",
"optional": true,
"version": "~2.3.0"
}
},
"pythonPackages": {
"pyserial": ">=3.4"
}
}