Adding Z8Encore\!

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@666 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-02-11 17:11:20 +00:00
parent 3f1002599d
commit ed04797e57
2 changed files with 60 additions and 8 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: February 10, 2008</p> <p>Last Updated: February 11, 2008</p>
</td> </td>
</tr> </tr>
</table> </table>
@ -600,7 +600,28 @@
</p> </p>
<p> <p>
<b>STATUS:</b> <b>STATUS:</b>
The preliminary release of support for the z16f was made available in NuttX version 0.3.7. The initial release of support for the z16f was made available in NuttX version 0.3.7.
</p>
</td>
</tr>
<tr>
<td valign="top"><img src="favicon.ico"></td>
<td bgcolor="#5eaee1">
<b>Zilog Z8Encore!</b>
</td>
</tr>
<tr>
<td><br></td>
<td>
<p>
<b>Zilog Z8Encore! Microncontroller</b>.
This port use the Zilog z8encore000zco development kit, Z8F642 part, and the Zilog
ZDS-II Windows command line tools.
The development environment is Cygwin under WinXP.
</p>
<p>
<b>STATUS:</b>
The Z8Encore! port is a work in progress and will be released in a future NuttX version.
</p> </p>
</td> </td>
</tr> </tr>
@ -969,6 +990,9 @@ buildroot-0.1.0 2007-03-09 &lt;spudmonkey@racsa.co.cr&gt
<pre><ul> <pre><ul>
nuttx-0.3.9 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt; nuttx-0.3.9 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* Began adding support for the ZiLOG Z8Encore! microcontroller for the Z8Encore000ZCO
development board and the Z8F642 part.
pascal-0.1.3 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt; pascal-0.1.3 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
buildroot-0.1.1 2007-xx-xx &lt;spudmonkey@racsa.co.cr&gt buildroot-0.1.1 2007-xx-xx &lt;spudmonkey@racsa.co.cr&gt

View File

@ -16,7 +16,7 @@
</b></big></h1> </b></big></h1>
<p><small>by</small></p> <p><small>by</small></p>
<p>Gregory Nutt</p> <p>Gregory Nutt</p>
<p><small>Last Update: February 7, 2008</small></p> <p><small>Last Update: February 11, 2008</small></p>
</center> </center>
<center><h1>Table of Contents</h1></center> <center><h1>Table of Contents</h1></center>
@ -384,7 +384,7 @@
This directory holds common ARM architectures. At present, this includes This directory holds common ARM architectures. At present, this includes
the following subdirectories: the following subdirectories:
<ul> <ul>
<li><code>arch/arm/include</code> and <code>arch/arm/common</code>: <li><code>arch/arm/include</code> and <code>arch/arm/src/common</code>:
Common ARM logic. Common ARM logic.
</li> </li>
@ -426,13 +426,34 @@
<li><code>arch/z16f</code>: <li><code>arch/z16f</code>:
Zilog z16f Microcontroller. Zilog z16f Microcontroller.
This port uses the Zilog z16f2800100zcog Development Kit. This port uses the Zilog z16f2800100zcog Development Kit.
This is a work in progress. This port was released with nuttx-0.3.7.
</li> </li>
<li><code>arch/z80</code>: <li><code>arch/z80</code>:
Zilog z80 Microcontroller. This directory holds 8-bit ZiLOG architectures. At present, this includes the
This port has been verified using only a z80 instruction simulator. Zilog z80 and z8Encore! Microcontrollers.
</li> <ul>
<li><code>arch/z80/include</code> and <code>arch/z80/src/common</code>:
Common logic.
</li>
<li><code>arch/z80/include/z80</code> and <code>arch/z80/src/z80</code>:
The Z80 port was released in nuttx-0.3.6 has been verified using only a
z80 instruction simulator.
The set simulator can be found in the NuttX CVS at
http://nuttx.cvs.sourceforge.net/nuttx/misc/sims/z80sim.
This port also the SDCC toolchain (http://sdcc.sourceforge.net/")
(verified with version 2.6.0 and 2.7.0).
</li>
<li><code>arch/z80/include/z8</code> and <code>arch/z80/src/z8</code>:
The Z8Encore! port use the Zilog z8encore000zco
development kit, Z8F642 part, and the Zilog ZDS-II Windows command line
tools. The development environment is Cygwin under WinXP.
This port is in progress and will be released in a future NuttX release.
</li>
</ul>
</li>
</ul> </ul>
<p> <p>
@ -621,6 +642,13 @@
This port use the Zilog z16f2800100zcog development kit and the This port use the Zilog z16f2800100zcog development kit and the
Zilog ZDS-II Windows command line tools. Zilog ZDS-II Windows command line tools.
The development environment is Cygwin under WinXP. The development environment is Cygwin under WinXP.
</li>
<li><code>configs/z8encore000zco</code>
z8Encore! Microncontroller. This port use the Zilog z8encore000zco
development kit, Z8F642 part, and the Zilog ZDS-II Windows command line
tools. The development environment is Cygwin under WinXP.
</li>
<li><code>configs/z80sim</code>: <li><code>configs/z80sim</code>:
z80 Microcontroller. This port uses a Z80 instruction set simulator. z80 Microcontroller. This port uses a Z80 instruction set simulator.