diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 1b83454b93e..bedb624f84f 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -254,6 +254,12 @@ 2.30 Wait for Microseconds (usleep) + +
+ + 2.31 Hexadecimal Dump (xd) + + @@ -1411,6 +1417,33 @@ usleep <usec> Pause execution (sleep) of <usec> microseconds.

+ + + + +
+

2.31 Hexadecimal dump (xd)

+
+ +Command Syntax:

+ +

+ Synopsis. + Dump <byte-count> bytes of data from address <hex-address>. +

+

Example:

+ +
@@ -1800,6 +1833,7 @@ usleep <usec>
  • umount
  • unset
  • usleep
  • +
  • xd
  • diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 4674077cc33..04704af51f2 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

    NuttX RTOS

    -

    Last Updated: September 6, 2008

    +

    Last Updated: September 7, 2008

    @@ -1082,6 +1082,7 @@ nuttx-0.3.14 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> and mounted. * Corrected a critical bug that prevent recvfrom from receiving packets from any remote UDP port. + * NSH: Add hexadecimal dump command (xd) pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>