summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index fa59f1d80..cd078a89a 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -1352,8 +1352,9 @@ nuttx-0.4.2 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
wrong by 64 bytes (Kevin Franzen).
* ez80Acclaim!: Corrected some stack handling errors during interrupt handling
context save and restore (Kevin Franzen).
- * ez80Acclaim!:Corrected vector intialization logic (Kevin Franzen).
- * ez80Acclaim!: Corrected overflow problem in calculation of baud rate divisor
+ * ez80Acclaim!: Corrected vector intialization logic (Kevin Franzen).
+ * ez80Acclaim!: Corrected overflow problem in the calculation of UART baud rate
+ divisor, the system timer divisor, and the EMAC poll timer.
* ez80Acclaim!: Fixed GPIO pin configuration get serial output
* ez80Acclaim!: Correct stack overflow in ostest example configuration