Skip to content

Commit 778ae7b

Browse files
committed
update platform.json file for release v0.9.6
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 33ca3cd commit 778ae7b

File tree

1 file changed

+11
-29
lines changed

1 file changed

+11
-29
lines changed

platform.json

Lines changed: 11 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
22
"name": "logicrom",
33
"title": "Logicrom Development Platform",
4-
"description": "Wireless IoT Development Platform for 4G LTE (RDA8910), GSM (MT2503/MT6261/RDA8955) & NBIoT (MT2625) Chipsets.",
5-
"url": "https://waybyte.in/products/logicrom",
4+
"description": "Wireless IoT Development Platform for 4G LTE (RDA8910, ASR1601, ASR1603), GSM (MT2503, MT6261, RDA8955) & NBIoT (MT2625) Chipsets.",
65
"homepage": "https://waybyte.in/",
76
"license": "MIT",
87
"keywords": [
9-
"dev-platform",
108
"4G LTE",
119
"RDA8910",
1210
"UIS8910DM",
@@ -20,25 +18,9 @@
2018
"MT2503",
2119
"MT2625",
2220
"RDA8955",
23-
"IoT",
24-
"EC200u",
25-
"EC600u",
26-
"EG915U",
27-
"N58",
28-
"N716",
29-
"N715",
30-
"L610",
31-
"M66",
32-
"MC60",
33-
"MC20",
34-
"MC20UCB",
35-
"M26",
36-
"M56",
37-
"SIM868",
38-
"MC65",
39-
"M590",
40-
"A9",
41-
"A9G"
21+
"ASR1601",
22+
"ASR1603",
23+
"IoT"
4224
],
4325
"engines": {
4426
"platformio": "^6"
@@ -47,20 +29,20 @@
4729
"type": "git",
4830
"url": "https://github.com/waybyte/platform-logicrom.git"
4931
},
50-
"version": "0.9.5",
32+
"version": "0.9.6",
5133
"vendor": "Waybyte Solutions",
5234
"frameworks": {
5335
"logicromsdk": {
5436
"package": "framework-logicromsdk",
5537
"script": "builder/framework/logicromsdk.py",
56-
"description": "Logicrom Software Development Kit is a framework for Wireless IoT development on 4G LTE (RDA8910), GSM (MT2503/MT6261/RDA8955) and NBIoT (MT2625) chipsets/modules.",
38+
"description": "Logicrom Software Development Kit is a framework for Wireless IoT development on 4G LTE (RDA8910, ASR1601, ASR1603), GSM (MT2503, MT6261, RDA8955) and NBIoT (MT2625) chipsets/modules.",
5739
"homepage": "https://github.com/waybyte/logicromsdk",
5840
"title": "Logicrom SDK"
5941
},
6042
"arduino": {
6143
"package": "framework-logicromarduino",
6244
"script": "builder/framework/arduino.py",
63-
"description": "Arduino Wiring-based Framework For Logicrom Wireless IoT Platform",
45+
"description": "Arduino Wiring-based Framework For Logicrom Wireless IoT Platform for 4G LTE (RDA8910, ASR1601, ASR1603), GSM (MT2503, MT6261, RDA8955) and NBIoT (MT2625) chipsets/modules.",
6446
"homepage": "https://github.com/waybyte/arduino_logicrom",
6547
"title": "Arduino Framework"
6648
}
@@ -75,21 +57,21 @@
7557
"type": "toolchain",
7658
"owner": "waybyte",
7759
"optional": true,
78-
"version" : "https://waybyte.in/toolchain/toolchain-gccmipselfrda8955-windows-4.4.2.tar.gz"
60+
"version": "https://waybyte.in/toolchain/toolchain-gccmipselfrda8955-windows-4.4.2.tar.gz"
7961
},
8062
"framework-logicromsdk": {
8163
"type": "framework",
82-
"version": "~0.9.6"
64+
"version": "~0.9.9"
8365
},
8466
"framework-logicromarduino": {
8567
"type": "framework",
8668
"optional": true,
87-
"version": "~0.9.3"
69+
"version": "~0.9.4"
8870
},
8971
"tool-logicromflasher": {
9072
"type": "uploader",
9173
"optional": true,
92-
"version": "~2.6.2"
74+
"version": "~2.7.0"
9375
}
9476
},
9577
"pythonPackages": {

0 commit comments

Comments
 (0)