summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-07 23:07:33 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-07 23:07:33 +0000
commit21c0c43c13fe1267fb0c87b8e1811ebd7122bbfe (patch)
tree7a591eee15fe7ceb813c525965f48a5015159590 /nuttx
parentbac73ea8581653c1e21cccdf58978c31e5ce3d68 (diff)
downloadpx4-nuttx-21c0c43c13fe1267fb0c87b8e1811ebd7122bbfe.tar.gz
px4-nuttx-21c0c43c13fe1267fb0c87b8e1811ebd7122bbfe.tar.bz2
px4-nuttx-21c0c43c13fe1267fb0c87b8e1811ebd7122bbfe.zip
Note fixed LPC214x timer freq
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@996 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/ChangeLog1
-rw-r--r--nuttx/Documentation/NuttX.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d7fb24045..b1589b13a 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -482,6 +482,7 @@
0.3.16 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* Added header files defining a common USB device controller architecture
* Added USB device side driver for the LPC214x (untested at initial checkin)
+ * Correct the frequency of system timer interrupts (off by 20x in nuttx-0.3.15)
* Add an option to set aside a separate stack for interrupt handling (ARM only).
This is useful when memory is constrained, there are multiple tasks, and
the interrupt stack requirement is high (as when USB is enabled).
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index ac64d7204..e9376d5a3 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -1072,6 +1072,7 @@ buildroot-0.1.0 2007-03-09 &lt;spudmonkey@racsa.co.cr&gt
nuttx-0.3.16 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* Added header files defining a common USB device controller architecture
* Added USB device side driver for the LPC214x (untested at initial checkin)
+ * Correct the frequency of system timer interrupts (off by 20x in nuttx-0.3.15)
* Add an option to set aside a separate stack for interrupt handling (ARM only).
This is useful when memory is constrained, there are multiple tasks, and
the interrupt stack requirement is high (as when USB is enabled).