summaryrefslogtreecommitdiffstats
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-30 18:42:40 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-30 18:42:40 +0000
commit5b84f46123eba280494381126ad4bc6417f92f9d (patch)
tree5ab49f724ed67d3506856d404b0cd3c03f8fea86 /nuttx/ChangeLog
parent5b4a952fcef41066733c9459d1897aa89c57ec09 (diff)
Add framework in NxConsole to support VT100 escape sequences
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4542 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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 ba2f8f406c..8dc0810082 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2608,3 +2608,7 @@
NuttShell (NSH) within an NX window.
* graphics/nxconsole/nxcon_sem.c: Add protection from re-entrance with debug
is enabled.
+ * include/nuttx/ascii.h and vt100.h: Header files to centralize ASCII and
+ VT100 escape sequence definitions.
+ * graphics/nxconsole/nxcon_vt100.c: Add add framework to support VT100 escape
+ sequences in NxConsole.