summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/avr/avrtest/README
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/avr/avrtest/README')
-rw-r--r--c/src/lib/libbsp/avr/avrtest/README33
1 files changed, 0 insertions, 33 deletions
diff --git a/c/src/lib/libbsp/avr/avrtest/README b/c/src/lib/libbsp/avr/avrtest/README
deleted file mode 100644
index ac097e4dbd..0000000000
--- a/c/src/lib/libbsp/avr/avrtest/README
+++ /dev/null
@@ -1,33 +0,0 @@
-This BSP is designed to operate on the AVR Mega128 variants.
-
-It has been run on AVRTEST and SIMULAVRXX simulators.
-
-
-AVRTEST:
-
-Download from sourceforge.net:
-
-cvs -d:pserver:anonymous@winavr.cvs.sourceforge.net:/cvsroot/winavr login
-cvs -z3 -d:pserver:anonymous@winavr.cvs.sourceforge.net:/cvsroot/winavr \
- co -P avrtest
-
-
-SIMULAVRXX:
-
-Download from http://savannah.nongnu.org/projects/simulavr/
-
-CVS is the only way to get the source at this time. Check project home page for updates.
-
-cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/simulavr co simulavrxx
-
-here is an example of using simulavrxx with the hello world test example.
-
-while in .../samples/hello
-
-simulavr -d atmega128 -f hello.exe -W0x52,/dev/stderr -Texit
-
-to get the help page:
-
-simulavr -h
-
-