summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-15 04:00:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-15 04:00:51 -0600
commit769d6d7d2f046c4d87d5e9d2d9393c7ebef469f4 (patch)
treeb1e8820fccbcf21760acb71ad7665e0687428111 /nuttx/ChangeLog
parenta6ee65bab25417ed591db423c2bc670a38a1dcba (diff)
downloadnuttx-769d6d7d2f046c4d87d5e9d2d9393c7ebef469f4.tar.gz
nuttx-769d6d7d2f046c4d87d5e9d2d9393c7ebef469f4.tar.bz2
nuttx-769d6d7d2f046c4d87d5e9d2d9393c7ebef469f4.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index fda885652..ff151357a 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8114,3 +8114,11 @@
(2014-8-12)
7.5 2014-xx-xx Gregory Nutt <gnutt@nuttx.org>
+
+ * clock/clock_systimespec.c and sched/clock/clock_gettime.c: When
+ reading the system timer, don't read a struct timespec, convert it
+ to a fake tick count, then back to a timespec (2014-8-15).
+ * sched/clock/Make.defs, clock_gettime.c, clock_settime.c, include/time.h,
+ nuttx/clock.h, configs/vsn/src/sif.c: Remove CLOCK_ACTIVETIME. It is non-
+ standard, unused, and gets in the way of maintaining clocks (2014-8-15).
+