nuttx/configs/z16f2800100zcog
patacongo 7dffca15a1 Changes for clean link of pashello with z16f
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@623 42af7a65-404d-4744-a932-0658087f49c3
2008-02-03 13:54:33 +00:00
..
include Z16F compile/link with all OS features enabled 2008-01-28 14:59:21 +00:00
ostest Changes for clean link of pashello with z16f 2008-02-03 13:54:33 +00:00
pashello Changes for clean link of pashello with z16f 2008-02-03 13:54:33 +00:00
src Add z16f system exception handling logic. 2008-01-25 17:49:43 +00:00
README.txt Describe pashello config 2008-02-02 20:16:31 +00:00

README.txt
^^^^^^^^^^

ZDS-II Compiler Versions
^^^^^^^^^^^^^^^^^^^^^^^^

The ZDS-II version 4.10.2 will not compiler NuttX.  It reports "internal
errors" on some of the files.  Upgreads to ZDS-II are available for download
from the Zilog website: http://www.zilog.com/software/zds2.asp

Thusfar, I have encountered no insolvable problems with the newer 4.11.0
version of the toolchain.

If you use any version of ZDS-II other than 4.11.0 or if you install ZDS-II
at anly location other than the default location, you will have to modify
two files:  (1) configs/z16f2800100zcog/*/setenv.sh and (2)
configs/z16f2800100zcog/*/Make.defs.

Configuration Subdirectories
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

- source/ and include/
    These directories contain common logic for all z16f2800100zcog
    configurations.

Variations on the basic z8f162800100zcog configuration are maintained
in subdirectories.  To configure any specific configuration, do the
following steps:

   cd <nuttx-top-directory>/tools
   ./configure.sh z16f2800100zcog/<sub-directory>
   cd <nuttx-top-directgory>
   make

Where <sub-directory> is the specific board configuration that you
wish to build.  The following board-specific configurations are
available:

- ostest
    This builds the examples/ostest application for execution from FLASH.
    See examples/README.txt for information about ostest.

- pashello

    Configures to use examples/pashello for execution from FLASH
    See examples/README.txt for information about pashello.

Check out any README.txt files in these <sub-directory>s.