summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2c314d40d..c99da7dba 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -631,8 +631,9 @@
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