|
1 | 1 | {
|
2 | 2 | "name": "logicrom",
|
3 | 3 | "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.", |
6 | 5 | "homepage": "https://waybyte.in/",
|
7 | 6 | "license": "MIT",
|
8 | 7 | "keywords": [
|
9 |
| - "dev-platform", |
10 | 8 | "4G LTE",
|
11 | 9 | "RDA8910",
|
12 | 10 | "UIS8910DM",
|
|
20 | 18 | "MT2503",
|
21 | 19 | "MT2625",
|
22 | 20 | "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" |
42 | 24 | ],
|
43 | 25 | "engines": {
|
44 | 26 | "platformio": "^6"
|
|
47 | 29 | "type": "git",
|
48 | 30 | "url": "https://github.com/waybyte/platform-logicrom.git"
|
49 | 31 | },
|
50 |
| - "version": "0.9.5", |
| 32 | + "version": "0.9.6", |
51 | 33 | "vendor": "Waybyte Solutions",
|
52 | 34 | "frameworks": {
|
53 | 35 | "logicromsdk": {
|
54 | 36 | "package": "framework-logicromsdk",
|
55 | 37 | "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.", |
57 | 39 | "homepage": "https://github.com/waybyte/logicromsdk",
|
58 | 40 | "title": "Logicrom SDK"
|
59 | 41 | },
|
60 | 42 | "arduino": {
|
61 | 43 | "package": "framework-logicromarduino",
|
62 | 44 | "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.", |
64 | 46 | "homepage": "https://github.com/waybyte/arduino_logicrom",
|
65 | 47 | "title": "Arduino Framework"
|
66 | 48 | }
|
|
75 | 57 | "type": "toolchain",
|
76 | 58 | "owner": "waybyte",
|
77 | 59 | "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" |
79 | 61 | },
|
80 | 62 | "framework-logicromsdk": {
|
81 | 63 | "type": "framework",
|
82 |
| - "version": "~0.9.6" |
| 64 | + "version": "~0.9.9" |
83 | 65 | },
|
84 | 66 | "framework-logicromarduino": {
|
85 | 67 | "type": "framework",
|
86 | 68 | "optional": true,
|
87 |
| - "version": "~0.9.3" |
| 69 | + "version": "~0.9.4" |
88 | 70 | },
|
89 | 71 | "tool-logicromflasher": {
|
90 | 72 | "type": "uploader",
|
91 | 73 | "optional": true,
|
92 |
| - "version": "~2.6.2" |
| 74 | + "version": "~2.7.0" |
93 | 75 | }
|
94 | 76 | },
|
95 | 77 | "pythonPackages": {
|
|
0 commit comments