summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-13 11:49:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-13 11:49:20 -0600
commitf610f3875976ed26a431815228acc79ed02c01fa (patch)
treed8807d3d1a4e8071636ed425c2ba2c4496b31a03
parent95436927da26bb57df62da5876b33a7cd920f704 (diff)
downloadnuttx-f610f3875976ed26a431815228acc79ed02c01fa.tar.gz
nuttx-f610f3875976ed26a431815228acc79ed02c01fa.tar.bz2
nuttx-f610f3875976ed26a431815228acc79ed02c01fa.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 3789bf5a5..e4de7739a 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9788,3 +9788,7 @@
* include/nuttx/rtc.h and fs/ioctl.h: Begin the definition of a proper,
driver based RTC interfaces that is better suited to the architectural
goals of nuttx (2015-02-13).
+ * drivers/timers/timer.c and watchdog.c: Move timer-related drivers from
+ drivers/ to drivers/timers (2015-02-13).
+ * drivers/timers/rtc.c: Add an RTC upper half driver. This is the driver
+ that is documented in include/nutt/rtc.h (2015-02-13).