summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f517f40d8..689105366 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8703,3 +8703,5 @@
* nuttx/sched/init/os_start.c, semaphore/Make.defs, sem_initialize.c,
and semaphore.h: Semaphore initialization is now only required if
priority inheritance is enabled (2014-9-29).
+ * fs/Makefile and mqueue/: Add build support for messages queues as part
+ of the VFS (only build logic, no C files yet) (2014-9-29).