summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-25 15:38:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-25 15:38:00 -0600
commit7c5259bbc1226e5a62974854a8e225962950dfe3 (patch)
treee7df17dee7b3816acc3a481779ea59e8b391d21a /nuttx/ChangeLog
parenta9dce525bec052901feeeab5d613ff64e0c53c70 (diff)
downloadnuttx-7c5259bbc1226e5a62974854a8e225962950dfe3.tar.gz
nuttx-7c5259bbc1226e5a62974854a8e225962950dfe3.tar.bz2
nuttx-7c5259bbc1226e5a62974854a8e225962950dfe3.zip
ZNeo: Calculation of timer reload and prescaler was wrong
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d4f72e192..ec190bb2e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7248,4 +7248,7 @@
Windestam (2014-4-25)
* configs/nucleo-f401re: Removed bogus references to the MPU
(2014-4-25).
+ * arch/z16/src/z16f_timerisr.c: Fix calculation of timer
+ reload and prescaler. The timer frequency was way too fast
+ (2014-4-25).