summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-13 10:42:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-13 10:42:12 -0600
commitba3f295c6b5ace16fc4ddefbfe1423d944399f5b (patch)
tree4858fa5b1095065d4e8a40d06294b9dd7ccd3b63 /apps
parent602be8a4a76f3f15b44d4d0d6dcb648ef5e54507 (diff)
downloadnuttx-ba3f295c6b5ace16fc4ddefbfe1423d944399f5b.tar.gz
nuttx-ba3f295c6b5ace16fc4ddefbfe1423d944399f5b.tar.bz2
nuttx-ba3f295c6b5ace16fc4ddefbfe1423d944399f5b.zip
Update ChangeLogs
Diffstat (limited to 'apps')
-rw-r--r--apps/ChangeLog.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 98d9f2432..b9e79f338 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1150,4 +1150,13 @@
joystick driver (2014-12-03).
* apps/nshlib/nsh_netcmds.c: NSH TFTP get command: Wrong file namei
used for the destination. From Lazlo (2014-12-10).
+ * apps/system/cu: Add a minimalist implementation of the 'cu' terminal
+ program (part of Taylor UUCP for ages). Using it, you can simply open
+ a serial port and interact with it. Using '~.' you can leave the
+ terminal program and drop back to nsh. This might come in handy for
+ people that have e.g. GSM modems, GPS receivers or other devices with
+ text based serial communications attached to their Nuttx systems. From
+ Harald Welte (2014-12-13).
+
+ This might come in handy for other people that have e.g. GSM modems, GPS receivers or other devices with text based serial commu