summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/ChangeLog.txt2
-rwxr-xr-xnuttx/ChangeLog3
2 files changed, 5 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index f8e09bc2c..b449c2020 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1103,3 +1103,5 @@
* apps/examples/bastest: This is a special version of Michael
Haardt's BAS 2.4 test files adapted for use by NuttX on a ROMFS file
system (2014-11-7).
+ * apps/interpreter/bas: Add VT100 support for color command (2014-11-10).
+
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 873715bd5..ac5a76359 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8920,3 +8920,6 @@
board configurations do not provide support for any specific hardware
but can be useful only if there are not other examples for the setup
for a particular architecture. Not the case here (2014-11-10).
+ * include/nuttx/vt100.h: Add foreground and background color commands
+ (2014-11-10).
+