Update ChangeLog

This commit is contained in:
Gregory Nutt 2014-12-28 15:04:57 -06:00
parent 826f5516ff
commit cc640b6639

View File

@ -9337,4 +9337,8 @@
RX flow control logic. Modify the rxflowcontrol method to accept
the number of bytes in the buffer and a boolean indication of which
watermark was crossed (2014-12-27).
* sched/seamphore/sem_waitirq.c must be built when signals are disabled.
That is because not handles not only the case of semaphore wait
being awakened by a signal, but also the case with sem_timedwait.c
when the semaphore wait is awakened by a timeout (2014-12-28).