summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-06 02:42:59 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-06 02:42:59 +0000
commitbdd764863020c9a7730ecf7a78d8d43247f6d0ce (patch)
tree45e817b95cf8a28df5e925ebab2d050854c62e8b /nuttx/Documentation/NuttX.html
parentdafb91b46c651eba17a63457a81917b53217c2b7 (diff)
downloadpx4-nuttx-bdd764863020c9a7730ecf7a78d8d43247f6d0ce.tar.gz
px4-nuttx-bdd764863020c9a7730ecf7a78d8d43247f6d0ce.tar.bz2
px4-nuttx-bdd764863020c9a7730ecf7a78d8d43247f6d0ce.zip
Progress debugging serial driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3078 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 56817e3ce..d3fff7c9b 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: November 4, 2010</p>
+ <p>Last Updated: November 5, 2010</p>
</td>
</tr>
</table>
@@ -1952,7 +1952,10 @@ nuttx-5.13 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* 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 &lt;spudmonkey@racsa.co.cr&gt;