From fb57b0cd3056c27805bcf19ddbc4a1163020fc35 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 1 Jun 2009 19:29:14 +0000 Subject: [PATCH] Fix UART configuration issues git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1843 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 172f27998c3..632acf17eab 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: May 30, 2009

+

Last Updated: June 01, 2009

@@ -1421,6 +1421,9 @@ buildroot-0.1.6 2009-xx-xx <spudmonkey@racsa.co.cr> nuttx-0.4.8 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * 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 <spudmonkey@racsa.co.cr>