From c690cf8df548706bae92170b86c679fbec99e6c2 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 31 Dec 2007 00:50:09 +0000 Subject: [PATCH] update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@469 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 26 +++++++++++++++++++++++++- Documentation/NuttxPortingGuide.html | 15 ++++++++++++++- 2 files changed, 39 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index e928a0861f..c6455af6d2 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: December 18, 2007

+

Last Updated: December 30, 2007

@@ -535,6 +535,30 @@

+ + + + Z80 + + + +
+ +

+ Z80 Instruction Set Simulator. + This port uses the SDCC 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 + here. +

+

+ STATUS: + This port is complete and stable to the extent that it can be teste + using an instruction set simulator. +

+ + diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 4f54d4cdae..538a18d204 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -420,6 +420,10 @@
  • arch/pjrc-8051: 8051 Microcontroller. This port is not quite ready for prime time.
  • + +
  • arch/z80: + z80 Microcontroller. This port has been verified using only a z80 instruction simulator.
  • +

    @@ -584,7 +588,16 @@

  • configs/pjrc-8051: 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 SDCC toolchain. + This port is not quite ready for prime time. +
  • + +
  • configs/z80sim: + z80 Microcontroller. This port uses a Z80 instruction set simulator. + That simulator can be found in the NuttX CVS + here. + This port also the SDCC toolchain + (verfied with version 2.6.0).