Files
arcs/arcs-sdk/modules/coresntp/CHANGELOG.md
2026-08-13 16:50:52 +08:00

34 lines
1.3 KiB
Markdown

# Changelog for coreSNTP Library
## v1.3.1 (June 2024)
### Changes
- Fix doxygen deployment on Github.
## v1.3.0 (May 2024)
### Changes
- [#85](https://github.com/FreeRTOS/coreSNTP/pull/85) Fix MISRA C 2012 deviations.
- [#83](https://github.com/FreeRTOS/coreSNTP/pull/83) Include all SntpStatus_t values in Sntp_StatusToStr.
- [#81](https://github.com/FreeRTOS/coreSNTP/pull/81) Logging Print Formatter Fix.
## v1.2.0 (October 2022)
### Changes
- [#63](https://github.com/FreeRTOS/coreSNTP/pull/63) Move user config includes from header to C files.
- [#61](https://github.com/FreeRTOS/coreSNTP/pull/61) MISRA C:2012 compliance update
- [#60](https://github.com/FreeRTOS/coreSNTP/pull/60) Update CBMC Starter kit
- [#57](https://github.com/FreeRTOS/coreSNTP/pull/57) Loop Invariant Update
## v1.1.0 (November 2021)
### Changes
- [#52](https://github.com/FreeRTOS/coreSNTP/pull/52) Change license from MIT-0 to MIT.
- [#47](https://github.com/FreeRTOS/coreSNTP/pull/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](https://tools.ietf.org/html/rfc4330). It is optimized for resource-constrained devices, and does not allocate any memory.