diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 18f8bbbdbf..511aa8d8bb 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@
Last Updated: March 9, 2008
+Last Updated: March 10, 2008
- nuttx-0.3.8 is a minor feature enhancement release. + nuttx-0.3.9 is a minor feature enhancement release. This release includes support for the ZiLOG Z8Encore! microcontroller. Also included is the initial framework for support for the Z80, XTRS platform. @@ -616,8 +616,14 @@
Zilog Z8Encore! Microncontroller. - This port use the Zilog z8encore000zco development kit, Z8F6403 part, and the Zilog - ZDS-II Windows command line tools. + This port uses the either: +
++ and the Zilog ZDS-II Windows command line tools. The development environment is Cygwin under WinXP.
@@ -981,6 +987,7 @@ buildroot-0.1.0 2007-03-09 <spudmonkey@racsa.co.cr> nuttx-0.3.10 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * Add support for the ZiLOG EZ80Acclaim microcontrooler (EZ80F91 chip). + * Add configuration for the ZiLOG z8f64200100kit development kit, Z8F6423 part. pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index ba4de942ab..cce8daa7d3 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -447,8 +447,8 @@
arch/z80/include/z8
and arch/z80/src/z8
:
- The Z8Encore! port use the Zilog z8encore000zco
- development kit, Z8F6403 part, and the Zilog ZDS-II Windows command line
+ The Z8Encore! port uses either the ZiLOG z8encore000zco development kit, Z8F6403 part,
+ or the z8f64200100kit development kit, Z8F6423 part with 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.
configs/z8encore000zco
+ z8Encore! Microcontroller. This port use the Zilog z8f64200100kit
+ development kit, Z8F6423 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.
That simulator can be found in the NuttX CVS