1.3 KiB
1.3 KiB
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
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.