summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-07 07:46:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-07 07:46:59 -0600
commit5550f5f3caaf93a780f59af88050112bb9afb151 (patch)
tree6e6625458df4180649af4bbd6e7f5ebab0401339
parent897bf18b4ff65b652c8ebdefd1c0e7ac28f4e745 (diff)
downloadnuttx-5550f5f3caaf93a780f59af88050112bb9afb151.tar.gz
nuttx-5550f5f3caaf93a780f59af88050112bb9afb151.tar.bz2
nuttx-5550f5f3caaf93a780f59af88050112bb9afb151.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index eb096ec4c..0afb22351 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8771,4 +8771,9 @@
* include/nuttx/mm/mm.h: Fix a place in the memory manager where it
explicitly assumed that the size of a point is 4 bytes. That is OK
if the actually size is smaller but makes the heap unstable when
- used withthe x86_64 host simulation (2014-10-6).
+ used with the x86_64 host simulation (2014-10-6).
+ * sched/wqueue, include/nuttx/wqueue.h, and libc/Kconfig sched/Makefile:
+ Add support for priority inheritance on the low priority worker queue
+ (2014-10-7).
+ * sched/Makefile and sched/*/Make.defs: Simplify how C source files are
+ selected in the build (2014-10-7).