summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-27 11:38:24 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-27 11:38:24 -0600
commit53db27bef821f1380f2752fc3f3919c6b544a140 (patch)
tree434e3992ace2a6582142d288316707512721251d /nuttx/configs
parent9c60fa7bb579a163293f9b584eab55e8d970ae3b (diff)
downloadpx4-nuttx-53db27bef821f1380f2752fc3f3919c6b544a140.tar.gz
px4-nuttx-53db27bef821f1380f2752fc3f3919c6b544a140.tar.bz2
px4-nuttx-53db27bef821f1380f2752fc3f3919c6b544a140.zip
Minor updates to READMEs and comments
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/16z/README.txt9
-rw-r--r--nuttx/configs/z16f2800100zcog/README.txt5
2 files changed, 12 insertions, 2 deletions
diff --git a/nuttx/configs/16z/README.txt b/nuttx/configs/16z/README.txt
index bcaacbe15..8b8a0ae6f 100644
--- a/nuttx/configs/16z/README.txt
+++ b/nuttx/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 <sub-directory>s.
diff --git a/nuttx/configs/z16f2800100zcog/README.txt b/nuttx/configs/z16f2800100zcog/README.txt
index 1502a266f..c999b9d63 100644
--- a/nuttx/configs/z16f2800100zcog/README.txt
+++ b/nuttx/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
==============