Navigation Menu

Skip to content

Commit

Permalink
Update Arduino packages
Browse files Browse the repository at this point in the history
* Arduino LogicROM v0.7.0
* LogicROM Flasher v2.4.1

Added support for modules based on RDA8910 SoC.
Supported LTE Modules:
Neoway N58
Neoway N716
Quectel EC600
Quectel EC200

Signed-off-by: Ajay Bhargav <contact@rickeyworld.info>
  • Loading branch information
ajaybhargav committed Oct 7, 2021
1 parent 10ee9a4 commit 2ae552d
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 0 deletions.
Binary file not shown.
88 changes: 88 additions & 0 deletions package_logicrom_index.json
Expand Up @@ -55,6 +55,40 @@
],
"name": "logicromflasher",
"version": "2.3.0"
},
{
"systems": [
{
"host": "i686-mingw32",
"checksum": "SHA-256:cfebfdfc10c3ed709fa2b0b0bf95f7cba56a4d748fecb99961d12989d3e6f769",
"size": "10699512",
"archiveFileName": "tool-logicromflasher_v2.4.1.tar.gz",
"url": "https://waybyte.github.io/tool-logicromflasher_v2.4.1.tar.gz"
},
{
"host": "i386-apple-darwin11",
"checksum": "SHA-256:cfebfdfc10c3ed709fa2b0b0bf95f7cba56a4d748fecb99961d12989d3e6f769",
"size": "10699512",
"archiveFileName": "tool-logicromflasher_v2.4.1.tar.gz",
"url": "https://waybyte.github.io/tool-logicromflasher_v2.4.1.tar.gz"
},
{
"host": "i686-linux-gnu",
"checksum": "SHA-256:cfebfdfc10c3ed709fa2b0b0bf95f7cba56a4d748fecb99961d12989d3e6f769",
"size": "10699512",
"archiveFileName": "tool-logicromflasher_v2.4.1.tar.gz",
"url": "https://waybyte.github.io/tool-logicromflasher_v2.4.1.tar.gz"
},
{
"host": "x86_64-linux-gnu",
"checksum": "SHA-256:cfebfdfc10c3ed709fa2b0b0bf95f7cba56a4d748fecb99961d12989d3e6f769",
"size": "10699512",
"archiveFileName": "tool-logicromflasher_v2.4.1.tar.gz",
"url": "https://waybyte.github.io/tool-logicromflasher_v2.4.1.tar.gz"
}
],
"name": "logicromflasher",
"version": "2.4.1"
}
],
"platforms": [
Expand Down Expand Up @@ -99,6 +133,60 @@
}
],
"size": "884320"
},
{
"name": "LOGICROM Arduino",
"architecture": "arm",
"version": "0.7.0",
"category": "Contributed",
"archiveFileName": "arduino_logicrom_v0.7.0.tar.gz",
"checksum": "SHA-256:58d36c3b4d34f5fcf15c43fd43442748c61c5c6d8ec00fc835f3f59cceda2e4a",
"help": {
"online": "https://docs.logicrom.com"
},
"url": "https://waybyte.github.io/arduino_logicrom_v0.7.0.tar.gz",
"boards": [
{
"name": "Neoway N716 LTE Cat.1 Module"
},
{
"name": "Neoway N58 LTE Cat.1 Module"
},
{
"name": "Quectel EC600 LTE Cat.1 Module"
},
{
"name": "Quectel EC200 LTE Cat.1 Module"
},
{
"name": "S20 GSM Board"
},
{
"name": "Quectel M66"
},
{
"name": "Quectel MC60"
},
{
"name": "Quectel MC20"
},
{
"name": "Quectel M56"
}
],
"toolsDependencies": [
{
"name": "gcc-arm-none-eabi",
"packager": "logicrom",
"version": "8_2-2018q4"
},
{
"name": "logicromflasher",
"packager": "logicrom",
"version": "2.4.1"
}
],
"size": "24662372"
}
]
}
Expand Down

0 comments on commit 2ae552d

Please sign in to comment.