summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-31 00:50:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-12-31 00:50:09 +0000
commitb0f7857f2a2e3fe6e4c979c63df7e52eb1c0d575 (patch)
tree72768fb1f368b4a8da7e954f4a88f883baf6fdcf /nuttx/Documentation/NuttxPortingGuide.html
parentcec4c4d2c9468a0d0234d306c886ba97515b1690 (diff)
downloadpx4-nuttx-b0f7857f2a2e3fe6e4c979c63df7e52eb1c0d575.tar.gz
px4-nuttx-b0f7857f2a2e3fe6e4c979c63df7e52eb1c0d575.tar.bz2
px4-nuttx-b0f7857f2a2e3fe6e4c979c63df7e52eb1c0d575.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@469 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 4f54d4cda..538a18d20 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -420,6 +420,10 @@
<li><code>arch/pjrc-8051</code>:
8051 Microcontroller. This port is not quite ready for prime time.</li>
</li>
+
+ <li><code>arch/z80</code>:
+ z80 Microcontroller. This port has been verified using only a z80 instruction simulator.</li>
+ </li>
</ul>
<p>
@@ -584,7 +588,16 @@
<li><code>configs/pjrc-8051</code>:
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>
</ul>