diff --git a/ChangeLog b/ChangeLog
index 9b27102330..39a4dff565 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3584,3 +3584,4 @@
tool.
* configs/stm32f4discovery/src/up_ug2864ambag01.c: Board-specific
initialization for UG-2864AMBAG01 OLED connecte to STM32F4Disovery.
+ * libxx/libxx_stdthrow.cxx: Exception stubs from Petteri Aimonen.
diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html
index 31546a100c..1b14f96f61 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>]
+
+Command Syntax:
+
+hexdump <file or device>
+
+
+ Synopsis.
+ Dump data in hexadecimal format from a file or character device.
+
+
+
+
|
+
+
+ |
+
+
+
@@ -1236,7 +1266,7 @@ ifconfig nic_name ip_address
@@ -1259,7 +1289,7 @@ ifdown eth0
@@ -1282,7 +1312,7 @@ ifup eth0
@@ -1323,7 +1353,7 @@ nsh>
@@ -1376,7 +1406,7 @@ losetup d <dev-path>
@@ -1413,7 +1443,7 @@ ls [-lRs] <dir-path>
@@ -1430,7 +1460,7 @@ md5 [-f] <string or filepath>
@@ -1484,7 +1514,7 @@ nsh>
@@ -1510,7 +1540,7 @@ nsh>
@@ -1545,7 +1575,7 @@ nsh>
@@ -1565,7 +1595,7 @@ mkfatfs <path>
@@ -1603,7 +1633,7 @@ nsh>
@@ -1654,7 +1684,7 @@ nsh>
@@ -1733,7 +1763,7 @@ nsh> mount
@@ -1751,7 +1781,7 @@ mv <old-path> <new-path>
@@ -1770,7 +1800,7 @@ nfsmount <server-address> <mount-point> <remote-path>
@@ -1803,7 +1833,7 @@ nsh>
@@ -1838,7 +1868,7 @@ put [-b|-n] [-f <remote-path>] -h <ip-address> <local-path>
@@ -1868,7 +1898,7 @@ nsh>
@@ -1902,7 +1932,7 @@ nsh>
@@ -1937,7 +1967,7 @@ nsh>
@@ -1963,7 +1993,7 @@ nsh>
@@ -1981,7 +2011,7 @@ sh <script-path>
@@ -1998,7 +2028,7 @@ sleep <sec>
@@ -2028,7 +2058,7 @@ nsh>
@@ -2054,7 +2084,7 @@ nsh>
@@ -2071,7 +2101,7 @@ urldecode [-f] <string or filepath>
@@ -2088,7 +2118,7 @@ urlencode [-f] <string or filepath>
@@ -2105,7 +2135,7 @@ usleep <usec>
@@ -2132,7 +2162,7 @@ wget [-o <local-path>] <url>
@@ -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 7c82c3f157..61d5c43af1 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
|