summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-20 01:35:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-20 01:35:50 +0000
commit09a5b0ddd618c34db1697959ea519ec04b83e73d (patch)
treedcbd1a2cdf624d60aa7b6f8762237084fddef29d /nuttx/Documentation
parent8288d0621f1a25d2d20a22c974537e71108151f8 (diff)
downloadpx4-nuttx-09a5b0ddd618c34db1697959ea519ec04b83e73d.tar.gz
px4-nuttx-09a5b0ddd618c34db1697959ea519ec04b83e73d.tar.bz2
px4-nuttx-09a5b0ddd618c34db1697959ea519ec04b83e73d.zip
Add memory inspect modify commands to NSH
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@834 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index fcf807ef7..3c4bfe8ac 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
- <p>Last Updated: August 17, 2008</p>
+ <p>Last Updated: August 19, 2008</p>
</td>
</tr>
</table>
@@ -1049,6 +1049,7 @@ nuttx-0.3.13 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* NSH now supports last exit status $?
* NSH now supports if-then[-else]-fi construct
* NSH now supports comments beginning with '#'
+ * NSH now supports commands to inspect and modify memory
pascal-0.1.3 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;