summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/avr
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-23 18:56:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-23 18:56:44 +0000
commit5ea6d2e649efb74a45cb9cde82bdbf93bb5e4cff (patch)
tree0ca7e0ccd3da091e2060cd6fe454b54c87658783 /c/src/lib/libbsp/avr
parent2009-07-23 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-5ea6d2e649efb74a45cb9cde82bdbf93bb5e4cff.tar.bz2
2009-07-23 Josh Switnicki <josh.switnicki@utoronto.ca>
* README: Included information about simulavrxx
Diffstat (limited to 'c/src/lib/libbsp/avr')
-rw-r--r--c/src/lib/libbsp/avr/avrtest/ChangeLog4
-rw-r--r--c/src/lib/libbsp/avr/avrtest/README24
2 files changed, 27 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/avr/avrtest/ChangeLog b/c/src/lib/libbsp/avr/avrtest/ChangeLog
index 6d977f6097..4a6c459143 100644
--- a/c/src/lib/libbsp/avr/avrtest/ChangeLog
+++ b/c/src/lib/libbsp/avr/avrtest/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-23 Josh Switnicki <josh.switnicki@utoronto.ca>
+
+ * README: Included information about simulavrxx
+
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
diff --git a/c/src/lib/libbsp/avr/avrtest/README b/c/src/lib/libbsp/avr/avrtest/README
index 83535e209e..910f992492 100644
--- a/c/src/lib/libbsp/avr/avrtest/README
+++ b/c/src/lib/libbsp/avr/avrtest/README
@@ -4,7 +4,10 @@
This BSP is designed to operate on the AVR Mega128 variants.
-It has only been run on the AVRTEST simulator.
+It has been run on AVRTEST and SIMULAVRXX simulators.
+
+
+AVRTEST:
Download from sourceforge.net:
@@ -13,3 +16,22 @@ 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
+
+