summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-17 22:33:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-17 22:33:49 +0000
commitfd5f3bf64dd35754e44942f99352d70fc71ae73b (patch)
treea6c358055f5af4656b1e85849c75a9279323c25a /nuttx/Documentation
parentc986d73e782c6b7f59c8d79185d845f16d5f6034 (diff)
downloadpx4-nuttx-fd5f3bf64dd35754e44942f99352d70fc71ae73b.tar.gz
px4-nuttx-fd5f3bf64dd35754e44942f99352d70fc71ae73b.tar.bz2
px4-nuttx-fd5f3bf64dd35754e44942f99352d70fc71ae73b.zip
Fix QEMU timer interrupt handler
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3389 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 1ac727263..59c8686f5 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: March 16, 2011</p>
+ <p>Last Updated: March 17, 2011</p>
</td>
</tr>
</table>
@@ -2202,6 +2202,10 @@ nuttx-5.20 2011-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
LPC17xx.
* arch/x86/include/i486/irq.h -- Fix irqrestore() macro... it was not
correctly re-enabling interrupts.
+ * arch/x86/src - Fix numerous problems with i486/QEMU context
+ switching. Basically, the logic was missing the cases to handle
+ the differing stack frames when a priority change occurs and when
+ no priority change occurs.
apps-5.20 2011-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;