summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-11 14:28:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-11 14:28:16 +0000
commit5aa10a765807c59b4ba7e8bc546723125992eacc (patch)
tree37f83fc854c9a8e5330849b89cda2bf06ce76edf /nuttx/Documentation/NuttX.html
parentb01a17e3235e9cbe98a11ff3095e6792b8e6eb9c (diff)
downloadpx4-nuttx-5aa10a765807c59b4ba7e8bc546723125992eacc.tar.gz
px4-nuttx-5aa10a765807c59b4ba7e8bc546723125992eacc.tar.bz2
px4-nuttx-5aa10a765807c59b4ba7e8bc546723125992eacc.zip
Moved MAC and ethernet definitions to include/net/ethernet.h
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@443 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 8edba79e9..39a9bd32f 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: December 10, 2007</p>
+ <p>Last Updated: December 11, 2007</p>
</td>
</tr>
</table>
@@ -471,7 +471,7 @@
<td><br></td>
<td>
<p>
- <b>TI TMS320C5471</b> (also called a <b>C5471</b> or <b>TMS320DM180</b>).
+ <b>TI TMS320C5471</b> (also called <b>C5471</b> or <b>TMS320DA180</b> or <b>DA180</a>).
NuttX operates on the ARM7 of this dual core processor.
This port uses the <a href="http://www.spectrumdigital.com/">Spectrum Digital</a>
evaluation board with a GNU arm-elf toolchain*.
@@ -966,6 +966,11 @@ Other memory:
<pre><ul>
0.3.5 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+
+ * Added inet_ntoa() and ether_ntoa()
+ * Added netdev_foreach() to support traversal of registered network devices
+ * Added support for 'ifconfig' command to NSH (examples/nsh)
+ * Moved MAC and ethernet definitions to net/ethernet.h
</pre></ul>
<table width ="100%">