Skip to content

Commit 2007ee8

Browse files
committed
Fix compatibility with PlatformIO Core 5.0
This fix installation issue #2 Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 96259cb commit 2007ee8

File tree

1 file changed

+23
-10
lines changed

1 file changed

+23
-10
lines changed

platform.json

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,46 @@
22
"name": "siwigsm",
33
"title": "SIWI GSM Platform",
44
"description": "Development Platform for GSM SoC: MT2503 and MT6261",
5-
"url": "http://siwi.in/",
6-
"homepage": "http://siwi.in",
5+
"url": "https://siwi.in/",
6+
"homepage": "https://help.siwi.in/",
77
"license": "MIT",
8+
"keywords": [
9+
"dev-platform",
10+
"GSM",
11+
"Quectel",
12+
"MT2621",
13+
"MT2503",
14+
"GSM IoT"
15+
],
16+
"engines": {
17+
"platformio": "^5"
18+
},
819
"repository": {
920
"type": "git",
1021
"url": "https://github.com/siwiembedded/platform-siwigsm.git"
1122
},
12-
"version": "0.4.0",
23+
"version": "0.5.0",
1324
"vendor": "SiWi Embedded Solutions Pvt. Ltd.",
14-
"packageRepositories": [
15-
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
16-
"http://dl.platformio.org/packages/manifest.json",
17-
"https://siwiembedded.github.io/manifest.json"
18-
],
1925
"frameworks": {
2026
"siwisdk": {
2127
"package": "framework-siwisdk",
22-
"script": "builder/framework/siwisdk.py"
28+
"script": "builder/framework/siwisdk.py",
29+
"description": "Arduino Wiring-based Framework For SiWi and Quectel GSM Modules",
30+
"homepage": "https://github.com/siwiembedded/siwisdk",
31+
"title": "SIWI GSM Software Development Kit for MT6261 and MT2503 SoC"
2332
},
2433
"arduino": {
2534
"package": "framework-siwiduino",
26-
"script": "builder/framework/siwiduino.py"
35+
"script": "builder/framework/siwiduino.py",
36+
"description": "Arduino Wiring-based Framework For SiWi and Quectel GSM Modules",
37+
"homepage": "https://github.com/siwiembedded/siwiduino",
38+
"title": "Arduino Framework"
2739
}
2840
},
2941
"packages": {
3042
"toolchain-gccarmnoneeabi": {
3143
"type": "toolchain",
44+
"owner": "platformio",
3245
"version": "~1.80201.0"
3346
},
3447
"framework-siwisdk": {

0 commit comments

Comments
 (0)