Update ChangeLog

This commit is contained in:
Gregory Nutt 2014-10-07 07:46:59 -06:00
parent 322f9f401c
commit dd2c94d593

View File

@ -8772,3 +8772,8 @@
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 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).