summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-07 23:13:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-07 23:13:12 +0000
commit5462062fb673e26e07678b8c5087888eb405898e (patch)
tree53782348e54c1375c15d5e4debc78f6c222dc42f /nuttx/Documentation/NuttxPortingGuide.html
parent5aeb65d929bd040544288fcf253f768cb4339b19 (diff)
downloadpx4-nuttx-5462062fb673e26e07678b8c5087888eb405898e.tar.gz
px4-nuttx-5462062fb673e26e07678b8c5087888eb405898e.tar.bz2
px4-nuttx-5462062fb673e26e07678b8c5087888eb405898e.zip
Adding support for the z16f
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@520 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html21
1 files changed, 17 insertions, 4 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 39769e601..1d266406a 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -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