summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-06 00:08:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-06 00:08:02 +0000
commit1152e2332b5abae5490b1330bf2d75590527850a (patch)
tree42ba9b78a7f0738147002103effcf091339e345e /nuttx/Documentation/NuttX.html
parentb3e9a45e0f48658818b7bf8ef6f23e60be2f9e37 (diff)
downloadpx4-nuttx-1152e2332b5abae5490b1330bf2d75590527850a.tar.gz
px4-nuttx-1152e2332b5abae5490b1330bf2d75590527850a.tar.bz2
px4-nuttx-1152e2332b5abae5490b1330bf2d75590527850a.zip
Add ENC28J60 Interrupt
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2651 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index b44b4a43b..349cf84c8 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 2, 2010</p>
+ <p>Last Updated: May 4, 2010</p>
</td>
</tr>
</table>
@@ -897,8 +897,10 @@
Two configurations have been verified: (1) The board boots and passes the OS test
with console output visible on UART0, and the NuttShell <a href="NuttShell.html">(NSH)</a>
is fully functional with interrupt driven serial console. An SPI driver is available
- but only partially tested. Additional features are needed: USB driver, MMC/SD integration,
- to name two. And ENC29J60 Ethernet driver for add-on hardware is under development and
+ but only partially tested. Additional features are needed: USB driver, MMC integration,
+ to name two (the slot on the board appears to accept on MMC card dimensions; I have only
+ SD cards).
+ An SPI-based ENC29J60 Ethernet driver for add-on hardware is under development and
should be available in the NuttX 5.5 release.
</p>
<p>
@@ -1689,6 +1691,8 @@ nuttx-5.5 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
(unverified on original check-in)
* configs/olimex-str7p11/src/up_enc28j60.c - Add ENC28J60 initialization
logic.
+ * configs/olimex-str7p11/src/up_spi.c - Fixed some bugs; added support
+ for ENC28J60.
* arch/arm/src/str7x/str7x_xti.c - Add basic XTI support (external
interrupts).