Update ChangeLog and TODO

This commit is contained in:
Gregory Nutt
2014-10-10 16:28:27 -06:00
parent 4a4b3ac537
commit e01c31517c
2 changed files with 11 additions and 47 deletions
+4
View File
@@ -8831,3 +8831,7 @@
(2014-10-10).
* arch/arm/src/ stm32_iwdg.c, stm32_wwdg.c, and chip/stm32_dbgmcu.h:
Fix watchdog stop bit usage. From Lazlo (2014-10-10).
* sched/wqueue/, libc/wqueue, and include/nuttx/wqueue.h: Add support
for multiple low-priority worker threads. This is a necessary
piece of the support for asynchonous I/O (2014-10-10).