summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-30 17:34:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-30 17:34:13 +0000
commitb4ef55c32f0a6c45854a33fb560993b71cab420f (patch)
tree60d2b539f8aeb3e7ea4f9cea76a83f70d82de479 /nuttx/Documentation
parent428f80ef022344e6f185298e44ae06cb87f81145 (diff)
downloadpx4-nuttx-b4ef55c32f0a6c45854a33fb560993b71cab420f.tar.gz
px4-nuttx-b4ef55c32f0a6c45854a33fb560993b71cab420f.tar.bz2
px4-nuttx-b4ef55c32f0a6c45854a33fb560993b71cab420f.zip
upate
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2196 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index bdd87219a..8e4c16a58 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
- <p>Last Updated: October 29, 2009</p>
+ <p>Last Updated: October 30, 2009</p>
</td>
</tr>
</table>
@@ -1594,6 +1594,10 @@ nuttx-0.4.13 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
back to the HSI (internal clock), and the system clock is too slow by a
factor of 11.1%. This was fixed by simply add the volatile storage class
to the timeout loop counter
+ * arch/arm/src/stm32/stm32_irq.c - Fixed a critical bug in the interrupt
+ control logic. The wrong register was being used for interrupts in a
+ certain range. Worked fine until you try to use an interrupt in that
+ range!
pascal-0.1.3 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;