From 6fbbf711eca3f4f39622b473a5e0cb47ab6f5c56 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 15 Feb 2008 20:14:05 +0000 Subject: z8encore000zco has z8f6403 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@688 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 2 +- nuttx/Documentation/NuttX.html | 4 ++-- nuttx/Documentation/NuttxPortingGuide.html | 4 ++-- nuttx/configs/README.txt | 2 +- nuttx/configs/z8encore000zco/ostest/defconfig | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index f08c0ac1a..aca800c8c 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -337,7 +337,7 @@ 0.3.9 2008-xx-xx Gregory Nutt * Began adding support for the ZiLOG Z8Encore! microcontroller for the Z8Encore000ZCO - development board and the Z8F642 part. + development board and the Z8F6403 part. * Fix broken 'clean' target on z80sim configurations * Re-structure arch/z80 to provide support for all ZiLOG 8-bit microcontrollers (ez8 in particular for now). diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index a3762e77e..90d8dd1a0 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/Documentation/NuttX.html @@ -615,7 +615,7 @@

Zilog Z8Encore! Microncontroller. - This port use the Zilog z8encore000zco development kit, Z8F642 part, and the Zilog + This port use the Zilog z8encore000zco development kit, Z8F6403 part, and the Zilog ZDS-II Windows command line tools. The development environment is Cygwin under WinXP.

@@ -991,7 +991,7 @@ buildroot-0.1.0 2007-03-09 <spudmonkey@racsa.co.cr> nuttx-0.3.9 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * Began adding support for the ZiLOG Z8Encore! microcontroller for the Z8Encore000ZCO - development board and the Z8F642 part. + development board and the Z8F6403 part. * Fix broken 'clean' target on z80sim configurations * Re-structure arch/z80 to provide support for all ZiLOG 8-bit microcontrollers (ez8 in particular for now). diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html index 9a668d86c..fcf74416c 100644 --- a/nuttx/Documentation/NuttxPortingGuide.html +++ b/nuttx/Documentation/NuttxPortingGuide.html @@ -448,7 +448,7 @@
  • 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 + development kit, Z8F6403 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.
  • @@ -646,7 +646,7 @@
  • configs/z8encore000zco z8Encore! Microncontroller. This port use the Zilog z8encore000zco - development kit, Z8F642 part, and the Zilog ZDS-II Windows command line + development kit, Z8F6403 part, and the Zilog ZDS-II Windows command line tools. The development environment is Cygwin under WinXP.
  • diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt index 6646c6964..ea9dedaf8 100644 --- a/nuttx/configs/README.txt +++ b/nuttx/configs/README.txt @@ -340,7 +340,7 @@ configs/z16f2800100zcog configs/z8encore000zco z8Encore! Microncontroller. This port use the Zilog z8encore000zco - development kit, Z8F642 part, and the Zilog ZDS-II Windows command line + development kit, Z8F6403 part, and the Zilog ZDS-II Windows command line tools. The development environment is Cygwin under WinXP. configs/z80zim diff --git a/nuttx/configs/z8encore000zco/ostest/defconfig b/nuttx/configs/z8encore000zco/ostest/defconfig index 5fa382a59..63ea9ff16 100644 --- a/nuttx/configs/z8encore000zco/ostest/defconfig +++ b/nuttx/configs/z8encore000zco/ostest/defconfig @@ -60,7 +60,7 @@ CONFIG_ARCH=z80 CONFIG_ARCH_Z8=y CONFIG_ARCH_CHIP=z8 CONFIG_ARCH_CHIP_Z8=y -CONFIG_ARCH_CHIP_Z8F642=y +CONFIG_ARCH_CHIP_Z8F6403=y CONFIG_ARCH_BOARD=z8encore000zco CONFIG_ARCH_BOARD_Z8ENCORE000ZCO=y CONFIG_BOARD_LOOPSPERMSEC=1250 -- cgit v1.2.3