Releases: waybyte/logicromsdk
Releases · waybyte/logicromsdk
0.9.0
LogicROM SDK v0.9.0
Added Support for 4G LTE Cat.1 Chipset RDA8910.
Supported 4G LTE Cat.1 Modules:
- Neoway N716
- Neoway N58
- Quectel EC600
- 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
0.8.1
- New SDK name
- Bluetooth manager added for MT2503
- Add support for IRNSS module from Mediatek
- Fix some header files
- Add SIM toolkit support for MT6261/MT2503
0.7.1
- Add support for SIM868
- Fix missing header files
- Update library files to v6.62
0.6.0
- Add support for Quectel BC20 NBIoT Module
- Update documentation for GPIO, ADC and PWM pin mapping for modules
0.5.2
- Minor bug fixes
0.5.1
- Update Documentation
- Add Quickstart guide
- Fix spi.h header documentation
- Improve network loop
- Bug fixes
0.5.0
Quectel Module supported:
- Quectel M66
- Quectel MC60
- Quectel MC20
- Quectel M56
0.4.0
- SPI Driver updated with API changes
0.3.1
- Circular buffer data peek API added
- ioctl commands added for UART data peek
- BSD sockets: Added support for MSG_PEEK flag for recv and recvfrom system call
- Update APIs for Arduino support
- Update library files
0.3.0
- Application entry point changed to main instead of user_main.
- cpp project possible by just renaming main.c to main.cpp
- main thread can now run as individual task with task id 0