diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index b0d9a6390e..a82874b270 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: January 6, 2008

+

Last Updated: January 8, 2008

@@ -574,7 +574,28 @@ - Z80 + Zilog Z16F + + + +
+ +

+ Zilog z16f Microncontroller. + This port use the Zilog z16f2800100zcog development kit and the Zilog + ZDS-II Windows command line tools. + The development envirnoment is Cygwin under WinXP. +

+

+ STATUS: + This is a work in progress. +

+ + + + + + Zilog Z80 @@ -583,7 +604,7 @@

Z80 Instruction Set Simulator. This port uses the SDCC toolchain - under Linux or Cygwin (verfied using version 2.6.0). + under Linux or Cygwin (verified 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. @@ -750,6 +771,9 @@ Other memory:

@@ -809,7 +833,7 @@ Other memory:
  • TI is a tradename of Texas Instruments Incorporated.
  • UNIX is a registered trademark of The Open Group.
  • VxWorks is a registered trademark of Wind River Systems, Incorporated.
  • -
  • Z80 is a registered trademark of Zilog, Inc.
  • +
  • ZDS, ZNEO, Z16F, Z80, and Zilog are a registered trademark of Zilog, Inc.
  • NOTE: NuttX is not licensed to use the POSIX trademark. NuttX uses the POSIX diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 39769e6019..1d266406ac 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -414,15 +414,22 @@

  • arch/m68322 - A work in progress.
  • + A work in progress.
  • arch/pjrc-8051: - 8051 Microcontroller. This port is not quite ready for prime time.
  • + 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.
  • +
  • arch/z16f: + Zilog z16f Microcontroller. + This port uses the Zilog z16f2800100zcog Development Kit. + This is a work in progress. +
  • + +
  • arch/z80: + Zilog z80 Microcontroller. + This port has been verified using only a z80 instruction simulator.
  • @@ -592,6 +599,12 @@ This port is not quite ready for prime time. +
  • configs/z16f2800100zcog + 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. +
  • configs/z80sim: z80 Microcontroller. This port uses a Z80 instruction set simulator. That simulator can be found in the NuttX CVS