From 2d465ad974a7c28a44cfff1fa3261cc4cd632307 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 11 Aug 2014 11:22:29 -0600 Subject: Update ChangeLog --- nuttx/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) 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). -- cgit v1.2.3