diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index bd9aced7816..13ff8a37357 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: June 05, 2009

+

Last Updated: June 07, 2009

@@ -781,7 +781,8 @@ This port boots and passes the OS test (examples/ostest). The port is complete and verified. As of NuttX 0.3.17, the port includes: timer interrupts, serial console, USB driver, and SPI-based MMC/SD card - support. A verified NuttShell (NSH) configuration is also available. + support. A verified NuttShell (NSH) + configuration is also available.

@@ -800,10 +801,11 @@

STATUS: - Integration is complete on the basic port (boot logic, system time, serial console), - The board boots and passes the OS test with console output visible on UART0. - Additional drivers are needed: SPI, USB, to name two. It should not take too much - more effort to get this port up and running. + Integration is complete on the basic port (boot logic, system time, serial console). + 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 untested. Additional features are needed: USB driver, MMC/SD support, to name two.

@@ -1425,8 +1427,11 @@ nuttx-0.4.8 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * arch/arm/src/str71x: Serial output is now correct and timer interrupts are working. The test at configs/olimex-strp711/ostest passes. This means that the basic STR-P711 port is complete. - * configs/olimex-strp711/nsh: Add a NuttShell (NSH) configuration for the - STR-P711. + * configs/olimex-strp711/nsh: Add and verifed a NuttShell (NSH) configuration + for the STR-P711. + * arch/arm/str71x/str71x_serial.c: The STR711 interrupt driven serial driver + finally works after some extradinary measures to handle missed interrupts. + NSH is fully functional on the Olimex STR-P711 board. pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>