summaryrefslogtreecommitdiff
path: root/emulators/simulavr
AgeCommit message (Collapse)AuthorFilesLines
2005-05-23Removed trailing white-space.rillig1-1/+1
2005-04-22Add patch to make this look for the generated html pageswiz2-1/+15
in the correct place. Should fix bulk build.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-20Add build dependency on avr-binutils and avr-gcc to fix build as these toolsjmmv1-2/+4
are required. Also use the correct style to depend on any version of doxygen.
2005-02-23Add RMD160 digests to the SHA1 onesagc1-1/+2
2004-12-30Initial import of simulavr, contributed by Ola Eriksson inkristerw4-0/+60
PR pkg/27596. The Simulavr program is a simulator for the Atmel AVR family of microcontrollers. Simulavr can be used either standalone or as a remote target for gdb. When used in gdbserver mode, the simulator is used as a backend so that gdb can be used as a source level debugger for AVR programs.