summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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).