From d8f5a958504f7f8801a233e31a01042f7f3fcf4e Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 5 Jun 2009 13:59:46 +0000 Subject: [PATCH] Added STR-P711 NSH configuration git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1850 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 253328243d..bd9aced781 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: June 04, 2009

+

Last Updated: June 05, 2009

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

STATUS: - Coding is complete on the basic port (boot logic, system time, serial console), - and some testing has been performed. The board boots and console output is - visible on UART0. However, due to problems I am having with my J-TAG debug - environment, testing is incomplete. If you have a good development environemnt, - 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), + 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.

@@ -1426,6 +1425,8 @@ 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. pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>