summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-01 19:29:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-01 19:29:14 +0000
commita1f1299ddcb617b1235a22913ce0dfcb6187c622 (patch)
treeee29d71830a3ab854a9661d7924d80d88be7a478 /nuttx/Documentation
parent1429d1f9793ddcfcce42214a19a64042111b784d (diff)
downloadpx4-nuttx-a1f1299ddcb617b1235a22913ce0dfcb6187c622.tar.gz
px4-nuttx-a1f1299ddcb617b1235a22913ce0dfcb6187c622.tar.bz2
px4-nuttx-a1f1299ddcb617b1235a22913ce0dfcb6187c622.zip
Fix UART configuration issues
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1843 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 172f27998..632acf17e 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: May 30, 2009</p>
+ <p>Last Updated: June 01, 2009</p>
</td>
</tr>
</table>
@@ -1421,6 +1421,9 @@ buildroot-0.1.6 2009-xx-xx &lt;spudmonkey@racsa.co.cr&gt;
nuttx-0.4.8 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* lib/lib_*stream.c: Extend internal stream logic to support incoming streams.
+ * arch/arm/src/str71x: Made some progress with the Olimex STR-P711 before my
+ emulator stopped working. Serial output is now correct. I don't think it
+ would take much more to get it working!
pascal-0.1.3 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;