Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 954 Bytes

CHANGELOG.md

File metadata and controls

21 lines (14 loc) · 954 Bytes

Changelog for coreSNTP Library

v1.2.0 (September 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.