summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m32c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-02 21:35:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-02 21:35:46 +0000
commit41e58bb3a4053719b0bd4beebb880c475d73f12a (patch)
tree288a70fafdcf7a90b233791465ab5b12adcfe3be /c/src/lib/libbsp/m32c
parent2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-41e58bb3a4053719b0bd4beebb880c475d73f12a.tar.bz2
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* README: New file.
Diffstat (limited to 'c/src/lib/libbsp/m32c')
-rw-r--r--c/src/lib/libbsp/m32c/m32cbsp/ChangeLog4
-rw-r--r--c/src/lib/libbsp/m32c/m32cbsp/README8
2 files changed, 12 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/m32c/m32cbsp/ChangeLog b/c/src/lib/libbsp/m32c/m32cbsp/ChangeLog
index fede8f1d59..d501a3cb81 100644
--- a/c/src/lib/libbsp/m32c/m32cbsp/ChangeLog
+++ b/c/src/lib/libbsp/m32c/m32cbsp/ChangeLog
@@ -1,5 +1,9 @@
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * README: New file.
+
+2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac,
preinstall.am, console/console-io.c, console/syscalls.S,
include/.cvsignore, include/bsp.h, start/start.S, startup/bspstart.c,
diff --git a/c/src/lib/libbsp/m32c/m32cbsp/README b/c/src/lib/libbsp/m32c/m32cbsp/README
new file mode 100644
index 0000000000..feba33cf12
--- /dev/null
+++ b/c/src/lib/libbsp/m32c/m32cbsp/README
@@ -0,0 +1,8 @@
+#
+# $Id$
+#
+
+This BSP is designed to operate on a variety of M16C and M32C variants.
+It is expected that this BSP will also be able to support R8C variants.
+
+It currently only runs on the M32C simulator in GDB.