summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/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 /c/src/lib/libbsp/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 'c/src/lib/libbsp/v850')
-rw-r--r--c/src/lib/libbsp/v850/gdbv850sim/README7
1 files changed, 0 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/v850/gdbv850sim/README b/c/src/lib/libbsp/v850/gdbv850sim/README
deleted file mode 100644
index ab456d286b..0000000000
--- a/c/src/lib/libbsp/v850/gdbv850sim/README
+++ /dev/null
@@ -1,7 +0,0 @@
-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.