Version 2.00.xx
V2.00.02
Release Date
December 7th, 2017
Requirements
- µC/TCP-IP V3.02.00 or more recent.
- µC/CPU V1.30.00 or more recent.
- µC/LIB V1.38.00 or more recent.
- µC/Common V1.00.00 or more recent.
- µC/Shell V1.03.01 or more recent [optional].
- µC/DNS V2.00.01 or more recent [optional].
New features & improvements
None.
API Changes
None.
Bug Fixes
- (52) Fixed local variable in SNTPc_Rx() declared with wrong data type which caused an issue on big endian platforms.
- (251) Fixed a bug where SNTPc_ReqRemoteTime() may return an uninitialized value.
V2.00.01
Release Date: 2015-06-05
Requirements
- µC/TCP-IP V3.02.00 or more recent.
- µC/CPU V1.30.00 or more recent.
- µC/LIB V1.38.00 or more recent.
- µC/Common V1.00.00 or more recent.
- µC/Shell V1.03.01 or more recent [optional].
- µC/DNS V2.00.01 or more recent [optional].
New features & improvements
None.
API Changes
None.
Bug Fixes
- Forced SNTPc socket to be in Blocking mode to override NET_SOCK_DFLT_NO_BLOCK_EN option.
- Fixed fractions ofsecondcalculation error that occurs with some compilers.
V2.00.00
Release Date: 2014-09-12
Requirements
- µC/TCP-IP V3.02.00 or more recent.
- µC/CPU V1.30.00 or more recent.
- µC/LIB V1.38.00 or more recent.
- µC/Common V1.00.00 or more recent.
- µC/Shell V1.03.01 or more recent [optional].
- µC/DNS V2.00.01 or more recent [optional].
New features & improvements
- Support of µC/TCP-IP V3.02
- Support IPv6
- Integrated µC/DNSc hostname resolution feature. (Only if µC/DNSc is included and properly initialized).
- Added a newtime stamptype SNTP_TS.
- Added Run-time configuration with SNTPc_CFG.
- Changed SNTPc_GetRemoteTime() to add precision.
- Deleted the function SNTPc_GetLocalTime() and replaced by NetUtil_TS_Get_ms().
- Added Shell Command functions.
API Changes
- Added STNPc error type pointer argument to all the functions in the API.
- Added SNTPc_Init() function.
- SNTPc_ReqRemoteTime() changed the first argument to accept a SNTPc_CFG object.
- SNTPc_GetRemoteTime() changed the return type to SNTP_TS.
Bug Fixes
None.