source: rtems/c/src/lib/libbsp/avr/avrtest/README @ 5ea6d2e6

4.104.115
Last change on this file since 5ea6d2e6 was 5ea6d2e6, checked in by Joel Sherrill <joel.sherrill@…>, on 07/23/09 at 18:56:44

2009-07-23 Josh Switnicki <josh.switnicki@…>

  • README: Included information about simulavrxx
  • Property mode set to 100644
File size: 792 bytes
RevLine 
[858ea06c]1#
2# $Id$
3#
4
5This BSP is designed to operate on the AVR Mega128 variants.
6
[5ea6d2e6]7It has been run on AVRTEST and SIMULAVRXX simulators.
8
9
10AVRTEST:
[858ea06c]11
12Download from sourceforge.net:
13
14cvs -d:pserver:anonymous@winavr.cvs.sourceforge.net:/cvsroot/winavr login
15cvs -z3 -d:pserver:anonymous@winavr.cvs.sourceforge.net:/cvsroot/winavr \
16   co -P avrtest
17
18
[5ea6d2e6]19SIMULAVRXX:
20
21Download from http://savannah.nongnu.org/projects/simulavr/
22
23CVS is the only way to get the source at this time. Check project home page for updates.
24
25cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/simulavr co simulavrxx
26
27here is an example of using simulavrxx with the hello world test example.
28
29while in .../samples/hello
30
31simulavr -d atmega128 -f hello.exe -W0x52,/dev/stderr -Texit
32
33to get the help page:
34
35simulavr -h
36
37
Note: See TracBrowser for help on using the repository browser.