diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 31546a100c3..1b14f96f611 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -8,7 +8,7 @@

NuttShell (NSH)

-

Last Updated: November 4, 2012

+

Last Updated: November 9, 2012

@@ -173,187 +173,193 @@
- 2.16 Manage Network Configuration (ifconfig) + 2.16 Hexadecimal Dump of File or Device (hexdump)
- 2.17 Take a network down (ifdown) + 2.17 Manage Network Configuration (ifconfig)
- 2.18 Bring a network up (ifup) + 2.18 Take a network down (ifdown)
- 2.19 Send a signal to a task (kill) + 2.19 Bring a network up (ifup)
- 2.20 Setup/teardown the Loop Device (losetup) + 2.20 Send a signal to a task (kill)
- 2.21 List Directory Contents (ls) + 2.21 Setup/teardown the Loop Device (losetup)
- 2.22 Calculate MD5 (md5) + 2.22 List Directory Contents (ls)
- 2.23 Access Memory (mb, mh, and mw) + 2.23 Calculate MD5 (md5)
- 2.24 Show Current Tasks and Threads (ps) + 2.24 Access Memory (mb, mh, and mw)
- 2.25 Create a Directory (mkdir) + 2.25 Show Current Tasks and Threads (ps)
- 2.26 Create a FAT Filesystem (mkfatfs) + 2.26 Create a Directory (mkdir)
- 2.27 Create a FIFO (mkfifo) + 2.27 Create a FAT Filesystem (mkfatfs)
- 2.28 Create a RAMDISK (mkrd) + 2.28 Create a FIFO (mkfifo)
- 2.29 Mount a File System (mount) + 2.29 Create a RAMDISK (mkrd)
- 2.30 Rename a File (mv) + 2.30 Mount a File System (mount)
- 2.31 Mount an NFS file system (nfsmount) + 2.31 Rename a File (mv)
- 2.32 Check Network Peer (ping) + 2.32 Mount an NFS file system (nfsmount)
- 2.33 Send File Via TFTP (put) + 2.33 Check Network Peer (ping)
- 2.34 Show Current Working Directory (pwd) + 2.34 Send File Via TFTP (put)
- 2.35 Remove a File (rm) + 2.35 Show Current Working Directory (pwd)
- 2.36 Remove a Directory (rmdir) + 2.36 Remove a File (rm)
- 2.37 Set an Environment Variable (set) + 2.37 Remove a Directory (rmdir)
- 2.38 Execute an NSH Script (sh) + 2.38 Set an Environment Variable (set)
- 2.39 Wait for Seconds (sleep) + 2.39 Execute an NSH Script (sh)
- 2.40 Unmount a File System (umount) + 2.40 Wait for Seconds (sleep)
- 2.41 Unset an Environment Variable (unset) + 2.41 Unmount a File System (umount)
- 2.42 URL Decode (urldecode) + 2.42 Unset an Environment Variable (unset)
- 2.43 URL Encode (urlencode) + 2.43 URL Decode (urldecode)
- 2.44 Wait for Microseconds (usleep) + 2.44 URL Encode (urlencode)
- 2.45 Get File Via HTTP (wget) + 2.45 Wait for Microseconds (usleep)
- 2.46 Hexadecimal Dump (xd) + 2.46 Get File Via HTTP (wget) + + + +
+ + 2.47 Hexadecimal Dump of Memory (xd) @@ -1182,7 +1188,31 @@ help [-v] [<cmd>] + +
-

2.16 Manage Network Configuration (ifconfig)

+

2.16 Hexadecimal Dump of File or Device (hexdump)

+
+ +

Command Syntax:

+ +

+ Synopsis. + Dump data in hexadecimal format from a file or character device. +

+ + +
+ + + + + + + +
+

2.17 Manage Network Configuration (ifconfig)

@@ -1236,7 +1266,7 @@ ifconfig nic_name ip_address
-

2.17 Take a network down (ifdown)

+

2.18 Take a network down (ifdown)

@@ -1259,7 +1289,7 @@ ifdown eth0
-

2.18 Bring a network up (ifup)

+

2.19 Bring a network up (ifup)

@@ -1282,7 +1312,7 @@ ifup eth0
-

2.19 Send a signal to a task (kill)

+

2.20 Send a signal to a task (kill)

@@ -1323,7 +1353,7 @@ nsh>
-

2.20 Setup/teardown the Loop Device (losetup)

+

2.21 Setup/teardown the Loop Device (losetup)

@@ -1376,7 +1406,7 @@ losetup d <dev-path>
-

2.21 List Directory Contents (ls)

+

2.22 List Directory Contents (ls)

@@ -1413,7 +1443,7 @@ ls [-lRs] <dir-path>
-

2.22 Calculate MD5 (md5)

+

2.23 Calculate MD5 (md5)

@@ -1430,7 +1460,7 @@ md5 [-f] <string or filepath>
-

2.23 Access Memory (mb, mh, and mw)

+

2.24 Access Memory (mb, mh, and mw)

@@ -1484,7 +1514,7 @@ nsh>
-

2.24 Show Current Tasks and Threads (ps)

+

2.25 Show Current Tasks and Threads (ps)

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

2.25 Create a Directory (mkdir)

+

2.26 Create a Directory (mkdir)

@@ -1545,7 +1575,7 @@ nsh>
-

2.26 Create a FAT Filesystem (mkfatfs)

+

2.27 Create a FAT Filesystem (mkfatfs)

@@ -1565,7 +1595,7 @@ mkfatfs <path>
-

2.27 Create a FIFO (mkfifo)

+

2.28 Create a FIFO (mkfifo)

@@ -1603,7 +1633,7 @@ nsh>
-

2.28 Create a RAMDISK (mkrd)

+

2.29 Create a RAMDISK (mkrd)

@@ -1654,7 +1684,7 @@ nsh>
-

2.29 Mount a File System (mount)

+

2.30 Mount a File System (mount)

@@ -1733,7 +1763,7 @@ nsh> mount
-

2.30 Rename a File (mv)

+

2.31 Rename a File (mv)

@@ -1751,7 +1781,7 @@ mv <old-path> <new-path>
-

2.31 Mount an NFS file system (nfsmount)

+

2.32 Mount an NFS file system (nfsmount)

@@ -1770,7 +1800,7 @@ nfsmount <server-address> <mount-point> <remote-path>
-

2.32 Check Network Peer (ping)

+

2.33 Check Network Peer (ping)

@@ -1803,7 +1833,7 @@ nsh>
-

2.33 Send File Via TFTP (put)

+

2.34 Send File Via TFTP (put)

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

2.34 Show Current Working Directory (pwd)

+

2.35 Show Current Working Directory (pwd)

@@ -1868,7 +1898,7 @@ nsh>
-

2.35 Remove a File (rm)

+

2.36 Remove a File (rm)

@@ -1902,7 +1932,7 @@ nsh>
-

2.36 Remove a Directory (rmdir)

+

2.37 Remove a Directory (rmdir)

@@ -1937,7 +1967,7 @@ nsh>
-

2.37 Set an Environment Variable (set)

+

2.38 Set an Environment Variable (set)

@@ -1963,7 +1993,7 @@ nsh>
-

2.38 Execute an NSH Script (sh)

+

2.39 Execute an NSH Script (sh)

@@ -1981,7 +2011,7 @@ sh <script-path>
-

2.39 Wait for Seconds (sleep)

+

2.40 Wait for Seconds (sleep)

@@ -1998,7 +2028,7 @@ sleep <sec>
-

2.40 Unmount a File System (umount)

+

2.41 Unmount a File System (umount)

@@ -2028,7 +2058,7 @@ nsh>
-

2.41 Unset an Environment Variable (unset)

+

2.42 Unset an Environment Variable (unset)

@@ -2054,7 +2084,7 @@ nsh>
-

2.42 URL Decode (urldecode)

+

2.43 URL Decode (urldecode)

@@ -2071,7 +2101,7 @@ urldecode [-f] <string or filepath>
-

2.43 URL Encode (urlencode)

+

2.44 URL Encode (urlencode)

@@ -2088,7 +2118,7 @@ urlencode [-f] <string or filepath>
-

2.44 Wait for Microseconds (usleep)

+

2.45 Wait for Microseconds (usleep)

@@ -2105,7 +2135,7 @@ usleep <usec>
- 2.45 Get File Via HTTP (wget) + 2.46 Get File Via HTTP (wget)
@@ -2132,7 +2162,7 @@ wget [-o <local-path>] <url>
-

2.46 Hexadecimal dump (xd)

+

2.47 Hexadecimal Dump of Memory (xd)

@@ -2271,6 +2301,11 @@ nsh>
CONFIG_NSH_DISABLE_HELP + + hexdump + CONFIG_NFILE_DESCRIPTORS > 0 + CONFIG_NSH_DISABLE_HEXDUMP + ifconfig CONFIG_NET @@ -3795,14 +3830,15 @@ mount -t vfat /dev/ram1 /tmp
  • exec
  • exec_namedapp()
  • exit
  • +
  • free
  • -
  • free
  • g_cmdmap
  • genromfs
  • get
  • Greeting
  • help
  • +
  • hexdump
  • if-then[-else]-fi
  • ifconfig
  • ifdown
  • diff --git a/Documentation/README.html b/Documentation/README.html index 7c82c3f1577..61d5c43af10 100644 --- a/Documentation/README.html +++ b/Documentation/README.html @@ -246,38 +246,46 @@ | | `- README.txt | `- tools/ | `- README.txt - `- apps/ - |- README.txt - |- examples/ - | |- json/README.txt - | |- pashello/README.txt - | `- README.txt - |- graphics/ - | `- "tiff/README.txt - |- interpreters/ - | |- ficl/README.txt - | `- README.txt - |- modbus/ - | `- README.txt - |- netutils/ - | | |- discover/README.txt - | | |- ftpc/README.txt - | | |- json/README.txt - | | |- telnetd/README.txt - | `- README.txt - |- nshlib/ - | `- README.txt - |- NxWidgets/ - | `- README.txt - `- system/ - |- i2c/README.txt - |- free/README.txt - |- install/README.txt - |- poweroff/README.txt - |- ramtron/README.txt - |- sdcard/README.txt - |- sysinfo/README.txt - `- README.txt + |- apps/ + | |- README.txt + | |- examples/ + | | |- json/README.txt + | | |- pashello/README.txt + | | `- README.txt + | |- graphics/ + | | `- "tiff/README.txt + | |- interpreters/ + | | |- ficl/README.txt + | | `- README.txt + | |- modbus/ + | | `- README.txt + | |- netutils/ + | | | |- discover/README.txt + | | | |- ftpc/README.txt + | | | |- json/README.txt + | | | |- telnetd/README.txt + | | `- README.txt + | |- nshlib/ + | | `- README.txt + | |- NxWidgets/ + | | `- README.txt + | `- system/ + | |- i2c/README.txt + | |- free/README.txt + | |- install/README.txt + | |- poweroff/README.txt + | |- ramtron/README.txt + | |- sdcard/README.txt + | |- sysinfo/README.txt + | `- README.txt + `- NxWidgets + |- Doxygen + | `- README.txt + |- tools + | `- README.txt + |- UnitTests + | `- README.txt + `- README.txt