summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-27 16:26:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-27 16:26:54 +0000
commit6ee106076c82b106d35310449ebc50db0bd95afb (patch)
tree891e1514df4ca8a7262bc388d93e83ed5a9da733 /nuttx/Documentation
parentdf74d01e8080857ff1b1b25f439af3b226fad314 (diff)
downloadpx4-nuttx-6ee106076c82b106d35310449ebc50db0bd95afb.tar.gz
px4-nuttx-6ee106076c82b106d35310449ebc50db0bd95afb.tar.bz2
px4-nuttx-6ee106076c82b106d35310449ebc50db0bd95afb.zip
Add chip ID funcitions for Shenzhou and Cloudctrl boards; Extened NSH ifconfig command and improve DHCPC -- All from Darcy Gong
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5393 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttShell.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttShell.html b/nuttx/Documentation/NuttShell.html
index 1b14f96f6..0b5f7aa11 100644
--- a/nuttx/Documentation/NuttShell.html
+++ b/nuttx/Documentation/NuttShell.html
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttShell (NSH)</i></font></big></h1>
- <p>Last Updated: November 9, 2012</p>
+ <p>Last Updated: November 27, 2012</p>
</td>
</tr>
</table>
@@ -1219,7 +1219,7 @@ hexdump &lt;file or device&gt;
<p><b>Command Syntax:</b></p>
<ul><pre>
-ifconfig [nic_name [ip]] [dr|gw|gateway &lt;dr-address&gt;] [netmask &lt;net-mask&gt;] [dns &lt;dns-address&gt;] [hw &lt;hw-mac&gt;]]
+ifconfig [nic_name [&lt;ip-address&gt;|dhcp]] [dr|gw|gateway &lt;dr-address&gt;] [netmask &lt;net-mask&gt;] [dns &lt;dns-address&gt;] [hw &lt;hw-mac&gt;]]
</pre></ul>
<p>
<b>Synopsis</b>.