summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-27 06:32:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-27 06:32:01 -0600
commit5385c01ea871ef1e992f9f2bce709f081adeaf20 (patch)
tree6e1ebc24e6a4e1203606193908e69e41560b6ab4
parenta9137270348022c765557cbe8c506a573304ad57 (diff)
downloadnuttx-5385c01ea871ef1e992f9f2bce709f081adeaf20.tar.gz
nuttx-5385c01ea871ef1e992f9f2bce709f081adeaf20.tar.bz2
nuttx-5385c01ea871ef1e992f9f2bce709f081adeaf20.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 52d1466b4..9a4fa74d9 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9524,3 +9524,8 @@
* include/nuttx/math.h and libc/math: Add math library defines for
nan(), copysign(), and trunc() functions. From Brennan Ashton
(2015-01-26).
+ * sched/wqueue/kwork_process and libc/wqueue/lib_usrthread.c: Fix
+ a backward calculation when determining the time to the next event.
+ This is a bug in the back-up, "fail safe", work queue timing so it
+ not as bad as it seems. From Liio Chen via the PX4 repository
+ (2015-01-27).