Skip to content

Releases: waybyte/logicromsdk

1.0.0

09 Feb 20:59
Compare
Choose a tag to compare

SDK library Changelog:

  • Update libraries to latest version
  • Add MQTT client support
  • Add audio API support for RDA8910 chipset
  • Add CRLF handling in command line parser
  • Console login automatically when no auth function is set
  • Fix OneWire timing issue on 4G platform
  • Increase buffer size for command processing
  • Fix system lockup during SPIF read/write
  • Fix storage API crash sometimes after reboot
  • Add API to get USB cable connect status
  • Fix fota check not working as expected
  • Add core fota check support
  • Change os_mutex_* APIs, old API deprecated
  • Fix SFDP page erase considered as block erase
  • Add driver for A9G GNSS chip GK9501

Documentation Changelog:

  • Updated documentation
  • Add details for Logicrom Spark board
  • Fix line endings for new files
  • Fix readthedocs configuration file
  • Add tool information in docs

0.9.9

08 Apr 11:24
c490f37
Compare
Choose a tag to compare
  • Add support for modules based on ASR1601 and ASR1603 SoC
  • Add Root CA validation support in SSL socket and HTTP client
  • Add compatibility with Arduino wiring
  • Add network led indication for no SIM
  • GPS driver L89R2 renamed to L89HA as per Quectel website
  • Update documentation

0.9.8

28 Nov 05:43
c8f8dd3
Compare
Choose a tag to compare
  • Add full support for RDA8955 SoC, Module supported:
    1. Neoway M590
    2. Quectel MC65
    3. AiThinker A9
  • Add custom check interval for FOTA
  • Fix STK enable API
  • Update documentation for RDA8955 based modules

Full Changelog: v0.9.7...v0.9.8

0.9.7

20 Nov 22:09
146f747
Compare
Choose a tag to compare
  • Add support for RDA8955 GSM SoC
  • Add GPS Motion assistance support
  • Add API to get current network type
  • Add RIL event for network type change
  • Add support for custom name for tasks for debugging

0.9.6

01 Aug 09:35
2c31eb7
Compare
Choose a tag to compare
  • Simplify HTTP client API
  • Update Documentation
    • Add example application links
    • Add missing header file documentation

0.9.5

05 Jul 09:36
Compare
Choose a tag to compare
  • Update IMU sensor fusion API
  • Update documentation in header files

0.9.4

25 May 14:15
cd61834
Compare
Choose a tag to compare

SDK Changelog:

  • Add support for Quectel EG915U
  • Add display driver for LTE Cat.1 Modules
  • Add GPS module driver interface
  • Add GNSS HW driver to control on-chip GNSS for Neoway N58 and Quectel EC200U
  • Update SD/MMC driver for LTE Modules with eMMC support
  • Update Xmodem driver
  • Update SIM Toolkit Interface

Documentation

  • Add Pin details for EG915U
  • Add missing header file documentation
  • Add supported system call details
  • Reorganize chapters

Full Changelog: v0.9.3...v0.9.4

0.9.3

28 Feb 15:32
5ae6e7e
Compare
Choose a tag to compare
  • Add alternate GPIO mapping support for 4G modules
  • Update documentation
    • Add Firmware flashing guide
    • Fix typo
    • Update GPIO documentation
  • Update OS API to make them consistent

0.9.1

25 Jan 16:12
82b5397
Compare
Choose a tag to compare

Logicrom Wireless IoT SDK v0.9.1

  • Added Fibocom L610 LTE module support
  • Updated documentation
  • Added new storage management module
  • Added IMU sensor fusion module
  • UART Custom baudrate support for supported modules

0.9.0

07 Oct 05:35
a023a10
Compare
Choose a tag to compare

LogicROM SDK v0.9.0

Added Support for 4G LTE Cat.1 Chipset RDA8910.
Supported 4G LTE Cat.1 Modules:

  1. Neoway N716
  2. Neoway N58
  3. Quectel EC600
  4. Quectel EC200

Change log:

  • Added modem interface APIs
  • Added GPIO <-> module pin mapping in header file
  • API change for hardware SPI and I2C for multiple ports
  • Added new API to attach GPIO to show network status
  • Updated GSM core to support SIM BIP protocol
  • Added new API for faster GPIO read/write