summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-10 18:15:06 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-10 18:15:06 -0600
commitb2ef5f0d01a93f991267a9dbd58ec903319d96bf (patch)
tree6138be382511c83d0abe957717e04a2124f944be /apps/ChangeLog.txt
parentdc00c37ad03effaea8e11cc02aa6cfd4c8758569 (diff)
downloadnuttx-b2ef5f0d01a93f991267a9dbd58ec903319d96bf.tar.gz
nuttx-b2ef5f0d01a93f991267a9dbd58ec903319d96bf.tar.bz2
nuttx-b2ef5f0d01a93f991267a9dbd58ec903319d96bf.zip
apps/netutils/ntpclient: Add a primitive NTP client. Initial checkin is untested and probably incomplete
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 0b2c8190f..27b1ce47b 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -868,8 +868,11 @@
From Manuel Stühn (2014-3-24).
* apps/system/usbmsc: Back out the USBMSC daemon... it is no longer
needed with the recent fix to the USBMSC class driver (2014-3-25).
- * apps/examplex/lcdrw: Fill out empty Kconfig file (2014-2-27).
+ * apps/examples/lcdrw: Fill out empty Kconfig file (2014-2-27).
* apps/netutils/dhcpd/dhcpd.c: The correct value of the PAD option
is zero, not one. From Brennan Ashton (2014-3-31).
* apps/sysinfo: CONFIG_VERSION_BUILD is a string an needs to be
printed with %s, not %d. Noted by Librae (2014-4-8).
+ * apps/netutils/ntpclient/ and apps/include/netufils/ntpclient.h: Add
+ a very primitive NTP client. The initial check-in is untested and
+ probably incomplete (2014-4-10).