summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-11 11:22:29 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-11 11:22:29 -0600
commit2d465ad974a7c28a44cfff1fa3261cc4cd632307 (patch)
treea8a0206d4f1eec6f5e2806b4a5d051fc33609374
parent33f3ea3ada8196c7335dc381e053f7ed3d69eb3e (diff)
downloadnuttx-2d465ad974a7c28a44cfff1fa3261cc4cd632307.tar.gz
nuttx-2d465ad974a7c28a44cfff1fa3261cc4cd632307.tar.bz2
nuttx-2d465ad974a7c28a44cfff1fa3261cc4cd632307.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 70a47fa31..9570a66f4 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8103,3 +8103,9 @@
tickless mode, need to stop the interval timer before inserted a new
delay into the timer list. Otherwise, the time is incorrect on the
first entry of the list (2014-8-11).
+ * arch/arm/src/sama5/sam_freerun.c and sam_oneshot.c: Correct bad time
+ conversion, 1000000 not 1000 to convert seconds to microseconds
+ (2014-8-11).
+ * sched/sched/sched_timerexpiration.c: Fix inaccurate time conversion.
+ Remove MSEC_PER_TICK from calculation and convert uint32_t to uin64_t
+ (2014-8-11).