summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-30 14:35:44 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-30 14:41:58 -0600
commitfc63a4184fc1a1135111679fa6c5204459b28eac (patch)
tree9f37b6581a06c26fdbf0673c20835b02fa5e30ad /nuttx/ChangeLog
parentfd040f7b71ef7ae4c9a46cc36969491ee482d81d (diff)
downloadnuttx-fc63a4184fc1a1135111679fa6c5204459b28eac.tar.gz
nuttx-fc63a4184fc1a1135111679fa6c5204459b28eac.tar.bz2
nuttx-fc63a4184fc1a1135111679fa6c5204459b28eac.zip
Update ChangeLogs
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2278cac11..2bff498c3 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8719,4 +8719,9 @@
sched/mqueue to fs/mqueue. Convert the logic so that it uses the VFS to
managed the message queue namespace (instead of custom logic). By
default, now message queues can be seen in /var/mqueue (2014-9-29).
+ * arch/sim/src/up_simuart.c, up_uartwait.c: Removed old, strange
+ up_stdio.c and implemented a simulated UART driver to provide the
+ console input. Starts a separate, Linux domain pthread to read
+ the console input in raw mode and provides the incoming data to
+ NuttX via standard NuttX domain IPCs (2014-9-30).