summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-11 08:29:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-11 08:29:00 -0600
commite29e6a60f7402f64d3f694690f7f9799fd97c81c (patch)
tree5941b483edfb903bdfca2f5b391bdf3e043e82df
parent0dd76647a0332aac2d38631c9464336d30910b5c (diff)
downloadnuttx-e29e6a60f7402f64d3f694690f7f9799fd97c81c.tar.gz
nuttx-e29e6a60f7402f64d3f694690f7f9799fd97c81c.tar.bz2
nuttx-e29e6a60f7402f64d3f694690f7f9799fd97c81c.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 470505afb..70a47fa31 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8099,3 +8099,7 @@
debug output updated in additional files (2014-8-10).
* sched/wdog/wd_start.c: Correct a bug in Tickless OS support: logic to
detect changes in head of timer list was wrong (2014-5-10).
+ * sched/sched/sched_timerexperation.c, sched.h, and wdog/wd_start.c: In
+ 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).