summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-23 14:26:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-23 14:26:22 +0000
commit3b9ec2b7dd4cf15048d5196b3a4c2e5f4683634d (patch)
tree316c1d9d389dcf684a9a02d4cc9c8ff701b30581 /nuttx/Documentation/NuttX.html
parent39b40937f83f939a221978a92c3a239d1ce53c32 (diff)
downloadpx4-nuttx-3b9ec2b7dd4cf15048d5196b3a4c2e5f4683634d.tar.gz
px4-nuttx-3b9ec2b7dd4cf15048d5196b3a4c2e5f4683634d.tar.bz2
px4-nuttx-3b9ec2b7dd4cf15048d5196b3a4c2e5f4683634d.zip
Add LM3S SSI driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1818 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index f2717ad04..4c67353fb 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: May 21, 2009</p>
+ <p>Last Updated: May 23, 2009</p>
</td>
</tr>
</table>
@@ -1414,10 +1414,11 @@ buildroot-0.1.5 2009-04-25 &lt;spudmonkey@racsa.co.cr&gt;
<pre><ul>
nuttx-0.4.7 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
- * arch/arm/src/lm2s: Added an Ethernet driver for the LM3S6918
+ * arch/arm/src/lm3s: Added an Ethernet driver for the LM3S6918
* configs/eagle100/nettest: Added an examples/nettest configuration for the
Micromint Eagle100 board.
* Documentation/NuttxPortingGuide.html: Added a section on NuttX device drivers.
+ * arch/arm/src/lm3s: Added an SSI driver for the LM3S6918
pascal-0.1.3 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;