diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index fc1ad062c5f..c7a455600d1 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@
Last Updated: February 10, 2008
+Last Updated: February 11, 2008
STATUS: - The preliminary release of support for the z16f was made available in NuttX version 0.3.7. + The initial release of support for the z16f was made available in NuttX version 0.3.7. +
+ + ++ Zilog Z8Encore! Microncontroller. + This port use the Zilog z8encore000zco development kit, Z8F642 part, and the Zilog + ZDS-II Windows command line tools. + The development environment is Cygwin under WinXP. +
++ STATUS: + The Z8Encore! port is a work in progress and will be released in a future NuttX version.
by
Gregory Nutt
-Last Update: February 7, 2008
+Last Update: February 11, 2008
arch/arm/include and arch/arm/common:
+ arch/arm/include and arch/arm/src/common:
Common ARM logic.
arch/z16f:
Zilog z16f Microcontroller.
This port uses the Zilog z16f2800100zcog Development Kit.
- This is a work in progress.
+ This port was released with nuttx-0.3.7.
arch/z80:
- Zilog z80 Microcontroller.
- This port has been verified using only a z80 instruction simulator.
- arch/z80/include and arch/z80/src/common:
+ Common logic.
+ arch/z80/include/z80 and arch/z80/src/z80:
+ The Z80 port was released in nuttx-0.3.6 has been verified using only a
+ z80 instruction simulator.
+ The set simulator can be found in the NuttX CVS at
+ http://nuttx.cvs.sourceforge.net/nuttx/misc/sims/z80sim.
+ This port also the SDCC toolchain (http://sdcc.sourceforge.net/")
+ (verified with version 2.6.0 and 2.7.0).
+ arch/z80/include/z8 and arch/z80/src/z8:
+ The Z8Encore! port use the Zilog z8encore000zco
+ development kit, Z8F642 part, and the Zilog ZDS-II Windows command line
+ tools. The development environment is Cygwin under WinXP.
+ This port is in progress and will be released in a future NuttX release.
+ @@ -621,6 +642,13 @@ 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/z8encore000zco
+ z8Encore! Microncontroller. This port use the Zilog z8encore000zco
+ development kit, Z8F642 part, 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.