summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-28 15:04:57 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-28 15:04:57 -0600
commite63725da392d5e8d93d7a0fc301a8afdfb1a6704 (patch)
treef3b32b22291ab8a32d91c6a40008235457309155 /nuttx
parentc90b2da560b2e70dec7daa89207c978793df8e29 (diff)
downloadnuttx-e63725da392d5e8d93d7a0fc301a8afdfb1a6704.tar.gz
nuttx-e63725da392d5e8d93d7a0fc301a8afdfb1a6704.tar.bz2
nuttx-e63725da392d5e8d93d7a0fc301a8afdfb1a6704.zip
Update ChangeLog
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b1cd87651..c4329fc31 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -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).