summaryrefslogtreecommitdiff
path: root/tests/qemu/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu/README.md')
-rw-r--r--tests/qemu/README.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/qemu/README.md b/tests/qemu/README.md
deleted file mode 100644
index 4f02adb..0000000
--- a/tests/qemu/README.md
+++ /dev/null
@@ -1,20 +0,0 @@
-This project is used as a demonstrator on how to run a small baremetal application
-on a LM3S6965 board, which can be emulated on qemu as well (using qemu-system-arm
-with -M lm3s6965evb).
-
-For this reason, this application is not portable to other platforms at the moment.
-
-To execute in qemu run:
-
-`make qemu`
-
-To debug using gcc run:
-
-`make qemu-dbg`
-
-and then attach a gdb to localhost tcp port 3333.
-
-Requirements:
-qemu-system-arm
-openocd
-