From 7c79e9094d26247f33bbec09e0aa24f25272d1a2 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 13 Dec 2014 10:42:12 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 98d9f2432..b9e79f338 100644 --- a/ChangeLog.txt +++ b/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