git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@469 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2007-12-31 00:50:09 +00:00
parent 87a0bd93ce
commit 90a40cc2a5
2 changed files with 39 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4"> <tr align="center" bgcolor="#e4e4e4">
<td> <td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1> <h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
<p>Last Updated: December 18, 2007</p> <p>Last Updated: December 30, 2007</p>
</td> </td>
</tr> </tr>
</table> </table>
@ -535,6 +535,30 @@
</p> </p>
</td> </td>
</tr> </tr>
<tr>
<td valign="top"><img src="favicon.ico"></td>
<td bgcolor="#5eaee1">
<b>Z80</b>
</td>
</tr>
<tr>
<td><br></td>
<td>
<p>
<b>Z80 Instruction Set Simulator</b>.
This port uses the <a href="http://sdcc.sourceforge.net/">SDCC</a> toolchain
(verfied using version 2.6.0).
This port has been verified using only a Z80 instruction simulator.
That simulator can be found in the NuttX CVS
<a href="http://nuttx.cvs.sourceforge.net/nuttx/misc/sims/z80sim/">here</a>.
</p>
<p>
<b>STATUS:</b>
This port is complete and stable to the extent that it can be teste
using an instruction set simulator.
</p>
</td>
</tr>
<tr> <tr>
<td valign="top"><img src="favicon.ico"></td> <td valign="top"><img src="favicon.ico"></td>
<td bgcolor="#5eaee1"> <td bgcolor="#5eaee1">

View File

@ -420,6 +420,10 @@
<li><code>arch/pjrc-8051</code>: <li><code>arch/pjrc-8051</code>:
8051 Microcontroller. This port is not quite ready for prime time.</li> 8051 Microcontroller. This port is not quite ready for prime time.</li>
</li> </li>
<li><code>arch/z80</code>:
z80 Microcontroller. This port has been verified using only a z80 instruction simulator.</li>
</li>
</ul> </ul>
<p> <p>
@ -584,7 +588,16 @@
<li><code>configs/pjrc-8051</code>: <li><code>configs/pjrc-8051</code>:
8051 Microcontroller. This port uses the PJRC 87C52 development system 8051 Microcontroller. This port uses the PJRC 87C52 development system
and the SDCC toolchain. This port is not quite ready for prime time. and the <a href="http://sdcc.sourceforge.net/">SDCC</a> toolchain.
This port is not quite ready for prime time.
</li>
<li><code>configs/z80sim</code>:
z80 Microcontroller. This port uses a Z80 instruction set simulator.
That simulator can be found in the NuttX CVS
<a href="http://nuttx.cvs.sourceforge.net/nuttx/misc/sims/z80sim/">here</a>.
This port also the <a href="http://sdcc.sourceforge.net/">SDCC</a> toolchain
(verfied with version 2.6.0).
</li> </li>
</ul> </ul>