From 4e6c1cb2201b12d1444fa6a7513f172aa44c5d3e Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 6 Nov 2010 02:42:59 +0000 Subject: [PATCH] Progress debugging serial driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3078 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 56817e3ce38..d3fff7c9bb6 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: November 4, 2010

+

Last Updated: November 5, 2010

@@ -1952,7 +1952,10 @@ nuttx-5.13 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * configs/avr32dev1/ostest - The AVR32 port now successfully passes the examples/ostest. We have a good AVR32 port! * configs/avr32dev1/nsh - Added a configuration to support the NuttShell - (NSH). Testing of this configuration is just beginning. + (NSH). As of this writing, here is a problem receiving serial data (this + is, very likely, my hardware setup). + * lib/lib_open.c - Fix an error in fdopen when a valid file desciptor does + not refer to an open file. pascal-2.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>