This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
v0.10.0
ubxlib v0.10.0
In this release the following features were added.
-
The WiFI API was added with support for WiFi sockets. This allows running WiFi sockets from a host microcontroller connected to a u-connectXpress WiFi module. Sockets can be used with TLS security for both cellular and WiFi. If both WiFi and cell is available WiFi will be favored.
-
The Arduino-ESP32 platform was added (ESP32 only) with a socket example for Arduino.
-
The Security API has now ability to use device certificate.
-
Added experimental Visual Studio Code workspace project to build and run all tests and examples on the test farm.
-
STM32CubeIDE project being replaced with Makefile.
-
Fixes and improvements on cellular, among these
- support for GPIOs,
- added factory reset to cell / pwr API,
- fixed RSSI value representation.
-
Fixes and improvements for the Zephyr port, among these
- OpenOCD thread awareness support,
- Add alloc fence for trapping buffer overflow,
- Fix stack allocation issue.