diff --git a/configs/16z/README.txt b/configs/16z/README.txt index bcaacbe154..8b8a0ae6fc 100644 --- a/configs/16z/README.txt +++ b/configs/16z/README.txt @@ -167,6 +167,9 @@ The patch can also be removed with: See the section "Selecting Configurations" below. +UPDATE: 2014-4-27: The nsh example still does not run correctly. This +is believe to be caused by additional, undiagnosed compiler errors. + Serial Console ============== @@ -312,7 +315,9 @@ nsh 1. Note that you must apply the ZNEO patch if you are using ZDS-II 5.0.1. See the README.txt file in the parent directory for more information. - 2. This configuration does not run correctly. There is currently a - problem with the SRAM accesses. + 2. This configuration does not run correctly. This is believed to a yet + another ZDS-II compiler problem. The corresponding NSH configuration + of the z16f2800100zcog does work, however, so this could also be an + issue with the 16z. Check out any README.txt files in these s. diff --git a/configs/z16f2800100zcog/README.txt b/configs/z16f2800100zcog/README.txt index 1502a266fc..c999b9d63b 100644 --- a/configs/z16f2800100zcog/README.txt +++ b/configs/z16f2800100zcog/README.txt @@ -106,6 +106,11 @@ The patch can also be removed with: See the section "Selecting Configurations" below. +UPDATE: 2014-4-27: The configs/16z/nsh example still does not run +correctly. This is believe to be caused by additional, undiagnosed +compiler errors. At present, these compiler bugs do not seem to effect +the z16f2800100zcog. + Serial Console ==============