Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 2.59 KB

CHANGELOG.md

File metadata and controls

33 lines (26 loc) · 2.59 KB

Change Log for FreeRTOS Cellular Interface Library

v1.2.0 (December 2021)

Updates

  • #62 Fix uintptr compile error.
  • #67 Fix too many arguments log.
  • #64 Remove strnlen usage.

Other

  • #63 Fix broken links.
  • #61 Fix typo in README.md.
  • #69 Loop invariant update.
  • #65 Submodule community ports repo to third party folder.
  • #70 fix CBMC potential issues.

v1.1.0 (November 2021)

Updates

  • #40 Fix the module logging mechanism format.
  • #53 Use the stdint.h header file for integer types.
  • #55 Add function for validating the prefix character of cellular module response.
  • #57 Fix unknown type issue.

Other

  • #52 Resolve ublox sara r4 build warnings.
  • #42 Fix spelling check failure in CI tools.
  • #43 #46 #54 Minor documentation updates.
  • #48 Header Guards for C++ linkage.

v1.0.0 (September 2021)

This is the first release of the FreeRTOS Cellular Interface library in this repository.

The FreeRTOS Cellular Interface library provides an implementation of the standard AT commands for the 3GPP TS v27.007 and support for the 3 cellular modems Quectel BG96, Sierra Wireless HL7802 and U-Blox Sara-R4.