summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-14 23:57:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-14 23:57:26 +0000
commitc736d900cf69ad1277353e877ad00630c2a03011 (patch)
treeb66e2614517b39d3bca0edc265b1bf40c5f2462f /nuttx/Documentation
parent00548ece6c1dcbccf04120fa68447c1709396889 (diff)
downloadpx4-nuttx-c736d900cf69ad1277353e877ad00630c2a03011.tar.gz
px4-nuttx-c736d900cf69ad1277353e877ad00630c2a03011.tar.bz2
px4-nuttx-c736d900cf69ad1277353e877ad00630c2a03011.zip
ez80Acclaim fixes from Kevin Franzen
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1500 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html17
1 files changed, 15 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 95e153125..8b42c48a2 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: February 13, 2009</p>
+ <p>Last Updated: February 14, 2009</p>
</td>
</tr>
</table>
@@ -898,7 +898,13 @@
</p>
<p>
<b>STATUS:</b>
- This is a work in progress. Verified ez80 support will be announced in a future NuttX release.
+ Kevin Franzen has integrated and verified the ez80Acclaim! port and he has
+ graciously provided the changes that he made. So I do not have first hand
+ experience, but the ez80Acclaim! port should be functional.
+ Kevin's changes were released in NuttX version 0.4.2.
+ </p>
+ <p>
+ The EMAC driver has not yet been verified.
</p>
</td>
</tr>
@@ -1289,6 +1295,13 @@ buildroot-0.1.2 2007-11-06 &lt;spudmonkey@racsa.co.cr&gt
nuttx-0.4.2 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* Add support for the Renesas M16C MCU and the SKP16C26 StarterKit.
+ * Kevin Franzen has integrated and verified the ez80Acclaim! port and he has
+ graciously provided the following critical changes:
+ - Fix interrupt vectors positioning; they were being positioned wrong by
+ 64 bytes.
+ - Corrected some stack handling errors during interrupt handling contextg
+ save and restore.
+ - Corrected vector intialization logic
pascal-0.1.3 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;