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).