summaryrefslogtreecommitdiffstats
path: root/bsps/m32c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-25 15:06:08 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-26 07:17:57 +0200
commiteb36d1198cdf9dc1e2f776ef6e1e38755f6d13c5 (patch)
tree14177ad7a58c06a3c537d1e55dae7bc369a1a4b9 /bsps/m32c
parentbsps: Remove unmaintained times files (diff)
downloadrtems-eb36d1198cdf9dc1e2f776ef6e1e38755f6d13c5.tar.bz2
bsps: Move documentation, etc. files to bsps
This patch is a part of the BSP source reorganization. Update #3285.
Diffstat (limited to 'bsps/m32c')
-rw-r--r--bsps/m32c/m32cbsp/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/bsps/m32c/m32cbsp/README b/bsps/m32c/m32cbsp/README
new file mode 100644
index 0000000000..10c0e20987
--- /dev/null
+++ b/bsps/m32c/m32cbsp/README
@@ -0,0 +1,4 @@
+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.