diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index b44b4a43bc3..349cf84c84c 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: May 2, 2010

+

Last Updated: May 4, 2010

@@ -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 (NSH) 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.

@@ -1689,6 +1691,8 @@ nuttx-5.5 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> (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).