From 8bbd7a54553f24ff32e4807c0fbc20e7a6efc05a Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 15 Jun 2012 16:23:17 +0000 Subject: Prep for 6.19 release git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4847 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- nuttx/Documentation/NuttShell.html | 97 +++++++++++++++++++++++++++----------- 1 file changed, 69 insertions(+), 28 deletions(-) (limited to 'nuttx/Documentation/NuttShell.html') diff --git a/nuttx/Documentation/NuttShell.html b/nuttx/Documentation/NuttShell.html index 72629580f..5e6202eb3 100644 --- a/nuttx/Documentation/NuttShell.html +++ b/nuttx/Documentation/NuttShell.html @@ -8,7 +8,7 @@

NuttShell (NSH)

-

Last Updated: June 11, 2012

+

Last Updated: June 15, 2012

@@ -227,79 +227,85 @@
- 2.25 Check Network Peer (ping) + 2.25 Mount an NFS file system (nfsmount)
- 2.26 Send File Via TFTP (put) + 2.26 Check Network Peer (ping)
- 2.27 Show Current Working Directory (pwd) + 2.27 Send File Via TFTP (put)
- 2.28 Remove a File (rm) + 2.28 Show Current Working Directory (pwd)
- 2.29 Remove a Directory (rmdir) + 2.29 Remove a File (rm)
- 2.30 Set an Environment Variable (set) + 2.30 Remove a Directory (rmdir)
- 2.31 Execute an NSH Script (sh) + 2.31 Set an Environment Variable (set)
- 2.32 Wait for Seconds (sleep) + 2.32 Execute an NSH Script (sh)
- 2.33 Unmount a File System (umount) + 2.33 Wait for Seconds (sleep)
- 2.34 Unset an Environment Variable (unset) + 2.34 Unmount a File System (umount)
- 2.35 Wait for Microseconds (usleep) + 2.35 Unset an Environment Variable (unset)
- 2.36 Get File Via HTTP (wget) + 2.36 Wait for Microseconds (usleep)
- 2.37 Hexadecimal Dump (xd) + 2.37 Get File Via HTTP (wget) + + + +
+ + 2.38 Hexadecimal Dump (xd) @@ -1507,7 +1513,26 @@ mv <old-path> <new-path> + +
-

2.25 Check Network Peer (ping)

+

2.25 Mount an NFS file system (nfsmount)

+
+ + +

Command Syntax:

+ +

+ Synopsis. + Mount the remote NFS server directory<remote-path> at <mount-point> on the target machine. + <server-address> is the IP address of the remote server. +

+ + + +
+

2.26 Check Network Peer (ping)

@@ -1540,7 +1565,7 @@ nsh>
-

2.26 Send File Via TFTP (put)

+

2.27 Send File Via TFTP (put)

@@ -1575,7 +1600,7 @@ put [-b|-n] [-f <remote-path>] -h <ip-address> <local-path>
-

2.27 Show Current Working Directory (pwd)

+

2.28 Show Current Working Directory (pwd)

@@ -1605,7 +1630,7 @@ nsh>
-

2.28 Remove a File (rm)

+

2.29 Remove a File (rm)

@@ -1639,7 +1664,7 @@ nsh>
-

2.29 Remove a Directory (rmdir)

+

2.30 Remove a Directory (rmdir)

@@ -1674,7 +1699,7 @@ nsh>
-

2.30 Set an Environment Variable (set)

+

2.31 Set an Environment Variable (set)

@@ -1700,7 +1725,7 @@ nsh>
-

2.31 Execute an NSH Script (sh)

+

2.32 Execute an NSH Script (sh)

@@ -1718,7 +1743,7 @@ sh <script-path>
-

2.32 Wait for Seconds (sleep)

+

2.33 Wait for Seconds (sleep)

@@ -1735,7 +1760,7 @@ sleep <sec>
-

2.33 Unmount a File System (umount)

+

2.34 Unmount a File System (umount)

@@ -1765,7 +1790,7 @@ nsh>
-

2.34 Unset an Environment Variable (unset)

+

2.35 Unset an Environment Variable (unset)

@@ -1791,7 +1816,7 @@ nsh>
-

2.35 Wait for Microseconds (usleep)

+

2.36 Wait for Microseconds (usleep)

@@ -1808,7 +1833,7 @@ usleep <usec>
- 2.36 Get File Via HTTP (wget) + 2.37 Get File Via HTTP (wget)
@@ -2018,6 +2043,11 @@ nsh> !CONFIG_DISABLE_MOUNTPOINT && CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_FS_WRITABLE3 CONFIG_NSH_DISABLE_MV + + nfsmount + !CONFIG_DISABLE_MOUNTPOINT && CONFIG_NFILE_DESCRIPTORS > 0 && CONFIG_NET && CONFIG_NFS + CONFIG_NSH_DISABLE_NFSMOUNT + ping CONFIG_NET && CONFIG_NET_ICMP && @@ -2564,6 +2594,8 @@ nsh>
  • cd
  • Command summaries
  • Conditional command execution
  • +
  • CONFIG_NSH_ARCHINIT
  • +
  • CONFIG_NSH_BUILTIN_APPS
  • CONFIG_NSH_CONSOLE
  • CONFIG_NSH_DHCPC
  • CONFIG_NSH_DISABLEBG
  • @@ -2588,6 +2620,14 @@ nsh>
  • CONFIG_NSH_ROMFSSECTSIZE
  • CONFIG_NSH_STRERROR
  • CONFIG_NSH_TELNET
  • +
  • CONFIG_NSH_USBCONDEV
  • +
  • CONFIG_NSH_USBCONSOLE
  • +
  • CONFIG_NSH_UBSDEV_MINOR
  • +
  • CONFIG_NSH_USBDEV_TRACECLASS
  • +
  • CONFIG_NSH_USBDEV_TRACECONTROLLER
  • +
  • CONFIG_NSH_USBDEV_TRACEINIT
  • +
  • CONFIG_NSH_USBDEV_TRACEINTERRUPTS
  • +
  • CONFIG_NSH_USBDEV_TRACETRANSFERS
  • Configuration settings
  • Configuration settings, command dependencies
  • Configuration settings, NSH-specific
  • @@ -2596,10 +2636,10 @@ nsh>
  • date
  • dd
  • echo
  • -
  • Environment Variables
  • -
  • /etc/init.d/rcS +
  • Environment Variables
  • +
  • /etc/init.d/rcS
  • exec
  • exit
  • free
  • @@ -2620,6 +2660,7 @@ nsh>
  • mkrd
  • mount
  • mv
  • +
  • nfsmount
  • nice
  • OLDPWD
  • Overview
  • -- cgit v1.2.3