From 7f22c14077e8aa4edb0d35ca1c8a75f7a978c929 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 29 Jan 2013 22:11:04 +0000 Subject: Add support for a login script (in addition to the init script); Add logic so that a USB console session can connect and reconnect to the USB serial device git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5582 42af7a65-404d-4744-a932-0658087f49c3 --- apps/ChangeLog.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'apps/ChangeLog.txt') diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt index 778f1fcf2..6a2c1d4c9 100644 --- a/apps/ChangeLog.txt +++ b/apps/ChangeLog.txt @@ -495,5 +495,10 @@ * apps/examples/nettest and poll: Complete Kconfig files. * apps/examples/ostest/waitpid.c: Need to use WEXITSTATUS() to decode the correct exit status. - * system/usbmonitor: A daemon that can be used to monitor USB + * apps/system/usbmonitor: A daemon that can be used to monitor USB trace outpout. + * apps/nshlib/nsh_usbdev.c, nsh_consolemain.c, nsh_session.c, nsh_script.c: + Add support for a login script. The init.d/rcS script will be executed + once when NSH starts; the .nshrc script will be executed for each session: + Once for serial, once for each USB connection, once for each Telnet + session. -- cgit v1.2.3