summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-28 18:50:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-28 18:50:44 +0000
commitd24dad139fc6732f277a07158aca093acf874db2 (patch)
tree19004dd607c872a7cdde99c63e630293eb6c24b3 /nuttx/Documentation/NuttX.html
parent5a7efee60f2d6a02cae752e1ac777d5a23b3e5da (diff)
downloadpx4-nuttx-d24dad139fc6732f277a07158aca093acf874db2.tar.gz
px4-nuttx-d24dad139fc6732f277a07158aca093acf874db2.tar.bz2
px4-nuttx-d24dad139fc6732f277a07158aca093acf874db2.zip
Fix more overflow/truncation problems in timer setups
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1537 42af7a65-404d-4744-a932-0658087f49c3
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 &lt;spudmonkey@racsa.co.cr&gt;
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