From e42298d18fcd719f29d050bb2bb69cdbbd6225af Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 28 Feb 2009 01:27:30 +0000 Subject: [PATCH] Fixe ez80 serial setup git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1531 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 84e0483d658..81a9f191976 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: February 25, 2009

+

Last Updated: February 27, 2009

@@ -1350,6 +1350,7 @@ nuttx-0.4.2 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> save and restore. - Corrected vector intialization logic * ez80Acclaim!: Corrected overflow problem in calculation of baud rate divisor + * ez80Acclaim!: Fixed GPIO pin configuration get serial output pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>