summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-28 15:27:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-28 15:27:58 +0000
commitc01ba672eb819a256aff588dc23c8954fb95570e (patch)
tree5c711a37a3c8822d6421665ed364eee248b1abfb /c/src
parentPut Ada scripts in group gnatrtems. (diff)
downloadrtems-c01ba672eb819a256aff588dc23c8954fb95570e.tar.bz2
Patch from John M. Mills <jmills@tga.com> to include more
information on hardware settings.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/lib/libbsp/sh/gensh2/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sh/gensh2/README b/c/src/lib/libbsp/sh/gensh2/README
index e5a578fa7c..bd78418fc8 100644
--- a/c/src/lib/libbsp/sh/gensh2/README
+++ b/c/src/lib/libbsp/sh/gensh2/README
@@ -49,3 +49,9 @@ NOTES
(1) Only stub console driver available at the moment.
Driver for the on-chip serial devices (sci) will be available soon.
+(2) The present 'hw_init.c' file is incomplete and does not set all
+ registers required for serial I/O. The effect is that the sci devices
+ are 'muted' and do not successfully transmit characters to the respective
+ I/O lines on the SH7045F. If these ports have been properly initialized,
+ they are not disabled by the current code. A two-part initialization will
+ be available soon.