Adding support for the z16f
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@520 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
a06cbc331a
commit
9cfc01dcb8
|
@ -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: January 6, 2008</p>
|
||||
<p>Last Updated: January 8, 2008</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -574,7 +574,28 @@
|
|||
<tr>
|
||||
<td valign="top"><img src="favicon.ico"></td>
|
||||
<td bgcolor="#5eaee1">
|
||||
<b>Z80</b>
|
||||
<b>Zilog Z16F</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><br></td>
|
||||
<td>
|
||||
<p>
|
||||
<b>Zilog z16f Microncontroller</b>.
|
||||
This port use the Zilog z16f2800100zcog development kit and the Zilog
|
||||
ZDS-II Windows command line tools.
|
||||
The development envirnoment is Cygwin under WinXP.
|
||||
</p>
|
||||
<p>
|
||||
<b>STATUS:</b>
|
||||
This is a work in progress.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top"><img src="favicon.ico"></td>
|
||||
<td bgcolor="#5eaee1">
|
||||
<b>Zilog Z80</b>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -583,7 +604,7 @@
|
|||
<p>
|
||||
<b>Z80 Instruction Set Simulator</b>.
|
||||
This port uses the <a href="http://sdcc.sourceforge.net/">SDCC</a> toolchain
|
||||
under Linux or Cygwin (verfied using version 2.6.0).
|
||||
under Linux or Cygwin (verified 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>.
|
||||
|
@ -750,6 +771,9 @@ Other memory:
|
|||
|
||||
<pre><ul>
|
||||
0.3.7 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||
|
||||
* Began adding support for the Zilog Z16F using the Zilog
|
||||
Z16F2800100ZCOG Development Kit.
|
||||
</pre></ul>
|
||||
|
||||
<table width ="100%">
|
||||
|
@ -809,7 +833,7 @@ Other memory:
|
|||
<li>TI is a tradename of Texas Instruments Incorporated.</li>
|
||||
<li>UNIX is a registered trademark of The Open Group.</li>
|
||||
<li>VxWorks is a registered trademark of Wind River Systems, Incorporated.</li>
|
||||
<li>Z80 is a registered trademark of Zilog, Inc.</li>
|
||||
<li>ZDS, ZNEO, Z16F, Z80, and Zilog are a registered trademark of Zilog, Inc.</li>
|
||||
</ul>
|
||||
<p>
|
||||
NOTE: NuttX is <i>not</i> licensed to use the POSIX trademark. NuttX uses the POSIX
|
||||
|
|
|
@ -414,15 +414,22 @@
|
|||
</li>
|
||||
|
||||
<li><code>arch/m68322</code>
|
||||
A work in progress.</li>
|
||||
A work in progress.
|
||||
</li>
|
||||
|
||||
<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><code>arch/z80</code>:
|
||||
z80 Microcontroller. This port has been verified using only a z80 instruction simulator.</li>
|
||||
<li><code>arch/z16f</code>:
|
||||
Zilog z16f Microcontroller.
|
||||
This port uses the Zilog z16f2800100zcog Development Kit.
|
||||
This is a work in progress.
|
||||
</li>
|
||||
|
||||
<li><code>arch/z80</code>:
|
||||
Zilog z80 Microcontroller.
|
||||
This port has been verified using only a z80 instruction simulator.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
@ -592,6 +599,12 @@
|
|||
This port is not quite ready for prime time.
|
||||
</li>
|
||||
|
||||
<li><code>configs/z16f2800100zcog</code>
|
||||
z16f Microncontroller.
|
||||
This port use the Zilog z16f2800100zcog development kit and the
|
||||
Zilog ZDS-II Windows command line tools.
|
||||
The development environment is Cygwin under WinXP.
|
||||
|
||||
<li><code>configs/z80sim</code>:
|
||||
z80 Microcontroller. This port uses a Z80 instruction set simulator.
|
||||
That simulator can be found in the NuttX CVS
|
||||
|
|
Loading…
Reference in New Issue