summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-28 19:29:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-28 19:29:30 +0000
commitbed8e66d958c4cc177166b473f81ec26445d99a3 (patch)
tree3e362aceae490cf42ce2a690d5e86f7fcb1cfe5b /nuttx/ChangeLog
parent51f649620cc2be02b02f31ec872920e5ba2afb79 (diff)
downloadnuttx-bed8e66d958c4cc177166b473f81ec26445d99a3.tar.gz
nuttx-bed8e66d958c4cc177166b473f81ec26445d99a3.tar.bz2
nuttx-bed8e66d958c4cc177166b473f81ec26445d99a3.zip
The NX console appears to be fully functional
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4536 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0e53645e7..45ce3331f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2598,3 +2598,7 @@
DAC. Contriburted by by Lzzy.
* graphics/nxconsole: Add a character driver that can be used as a console output
device for text output (still under development on initial check-in).
+ * graphics/nxmu: Fix several compilation errors that have crept into the multi-
+ user NX server because of lack of use.
+ * graphics/nxconsole: The NX text console is basically function (in multi-
+ user NX mode only).