summaryrefslogtreecommitdiff
path: root/nuttx/configs/z16f2800100zcog/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/z16f2800100zcog/README.txt')
-rw-r--r--nuttx/configs/z16f2800100zcog/README.txt32
1 files changed, 24 insertions, 8 deletions
diff --git a/nuttx/configs/z16f2800100zcog/README.txt b/nuttx/configs/z16f2800100zcog/README.txt
index 64f90b9b9..55ed22b10 100644
--- a/nuttx/configs/z16f2800100zcog/README.txt
+++ b/nuttx/configs/z16f2800100zcog/README.txt
@@ -6,12 +6,14 @@ This is the README file for the NuttX port to the ZiLog ZNEO MCU.
ZDS-II Compiler Versions
^^^^^^^^^^^^^^^^^^^^^^^^
-4.10.2
+Version 4.10.2
+
The ZDS-II version 4.10.2 will not compile NuttX. It reports "internal
errors" on some of the files. Upgrades to ZDS-II are available for
download from the Zilog website: http://www.zilog.com/software/zds2.asp
-4.11.0
+Version 4.11.0
+
NuttX compiles correctly with the newer 4.11.0 version of the ZDS-II
toolchain. However, I have found a few issues:
@@ -25,17 +27,31 @@ ZDS-II Compiler Versions
- The Pascal add-on interpreter includes a large switch statement and
exposes another compiler problem. This is reported as incident 81459.
-4.11.1
+Version 4.11.1
+
As of this writing (30 September 2010), the latest release of ZDS-II for the
ZNEO is 4.11.1. It is unknown if this release includes fixes for incidents
81400 and 81459 or not. It is unknown if the code will run without -reduceopt
either. (Basically, it compiles with 4.11.1, but is untested with that version).
-If you use any version of ZDS-II other than 4.11.1 or if you install ZDS-II
-at any location other than the default location, you will have to modify
-two files: (1) configs/z16f2800100zcog/*/setenv.sh and (2)
-configs/z16f2800100zcog/*/Make.defs. Simply edit these two files, changing
-4.11.1 to whatever.
+Version 5.0.1
+
+ On November 29, 2012, all of the z16f configurations were converted to use 5.0.1,
+ but have not been verified on a running target.
+
+ Paths were also updated that are specific to a 32-bit toolchain running on
+ a 64 bit windows platform. Change to a different toolchain, you will need
+ to modify the versioning in Make.defs and setenv.sh; if you want to build
+ on a different platform, you will need to change the path in the ZDS binaries
+ in those same files.
+
+Other Versions
+
+ If you use any version of ZDS-II other than 5.0.1 or if you install ZDS-II
+ at any location other than the default location, you will have to modify
+ two files: (1) configs/z16f2800100zcog/*/setenv.sh and (2)
+ configs/z16f2800100zcog/*/Make.defs. Simply edit these two files, changing
+ 5.0.1 to whatever.
Issues
^^^^^^