summaryrefslogtreecommitdiffstats
path: root/bsps/v850
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/v850
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/v850')
-rw-r--r--bsps/v850/gdbv850sim/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/bsps/v850/gdbv850sim/README b/bsps/v850/gdbv850sim/README
new file mode 100644
index 0000000000..ab456d286b
--- /dev/null
+++ b/bsps/v850/gdbv850sim/README
@@ -0,0 +1,7 @@
+This directory contains a family of BSPs for the v850 simulator
+found in the GNU Debugger. A variant is provided for each CPU
+model option flag found in the GCC SVN head as of 30 May 2012.
+
+This simulator is an instruction simulator and does not include
+devices for a clock tick or benchmark timer driver. Traps are used
+to provide console I/O.