Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

33 lines (22 loc) · 1.3 KB

Changelog for coreSNTP Library

v1.3.1 (June 2024)

Changes

  • Fix doxygen deployment on Github.

v1.3.0 (May 2024)

Changes

  • #85 Fix MISRA C 2012 deviations.
  • #83 Include all SntpStatus_t values in Sntp_StatusToStr.
  • #81 Logging Print Formatter Fix.

v1.2.0 (October 2022)

Changes

  • #63 Move user config includes from header to C files.
  • #61 MISRA C:2012 compliance update
  • #60 Update CBMC Starter kit
  • #57 Loop Invariant Update

v1.1.0 (November 2021)

Changes

  • #52 Change license from MIT-0 to MIT.
  • #47 Update doxygen version used for documentation to 1.9.2.

v1.0.0 (July 2021)

This is the first release of an coreSNTP client library in this repository.

This library implements an SNTP client for the SNTPv4 specification. It is optimized for resource-constrained devices, and does not allocate any memory.