summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-10 09:36:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-10 09:38:29 -0600
commitfd437f7b0995fa4b8f675ca6b3c042459d9412a3 (patch)
tree727b27be895291a46914d7048e2472ad2121a06c /nuttx/ChangeLog
parent6c1b5b7358c89907d4de7b9d433993ef7a5c9325 (diff)
downloadpx4-nuttx-fd437f7b0995fa4b8f675ca6b3c042459d9412a3.tar.gz
px4-nuttx-fd437f7b0995fa4b8f675ca6b3c042459d9412a3.tar.bz2
px4-nuttx-fd437f7b0995fa4b8f675ca6b3c042459d9412a3.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 84f07f0dc..a8ab8c59c 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8820,3 +8820,12 @@
* arch/mips/src/pic32mx/pic32mx-devcfg.h: For PIC32MX7, DEVCFG0 bit
2 must be set. Writing bit 2 as zero can brick the CPU on some
versions. From Cris Kvist (2014-10-9).
+ * sched/wqueue/, libc/wqueue, and include/nuttx/wqeueue.h: Separate
+ kernel- and user-mode work queue logic. Decouple work queue data
+ structures. This is part of the preparation to support multiple
+ low-priority worker threads (2014-10-10).
+ * include/nuttx/wqueue.h, libc/wqueue/Make.defs, work_usrthread.c,
+ work_usrstart.c sched/init/os_bringup.c wqueue/kwork_hpthread.c,
+ kwork_lpthread.c, and wqueue.h: Modularize starting of worker
+ threads to better isolate individual initialization characteristics
+ (2014-10-10).