summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index abfdcf6da..cb29aeb3d 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4255,5 +4255,8 @@
(2013-03-05)
* libc/wqueue: Work queue logic moved from sched/ to libc/wqueue. It
is not really core OS functionality and this move helps prepare for
- user-space work queues.
+ user-space work queues. (2013-03-05)
+ * libc/wqueue: Implemented user-space work queues. These will not
+ get tested until the next time I attempt a NuttX kernel build.
+ (2013-03-05).