From 4a55031b2d32ff3ea575d4375ab0c3682e9a19bd Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 26 Feb 2009 00:47:30 +0000 Subject: [PATCH] Fix error in calculating baud rate generation value git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1527 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 1 + Documentation/NuttX.html | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c1b9db5bf04..14f9c1a53a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -633,6 +633,7 @@ - Corrected some stack handling errors during interrupt handling contextg save and restore. - Corrected vector intialization logic + * ez80Acclaim!: Corrected overflow problem in calculation of baud rate divisor diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 2cb682e1996..84e0483d658 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: February 20, 2009

+

Last Updated: February 25, 2009

@@ -1349,6 +1349,7 @@ nuttx-0.4.2 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> - Corrected some stack handling errors during interrupt handling contextg save and restore. - Corrected vector intialization logic + * ez80Acclaim!: Corrected overflow problem in calculation of baud rate divisor pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>