1472d4095d
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.
7 lines
328 B
Text
7 lines
328 B
Text
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.
|
|
|
|
Simulavr was written by Theodore A. Roth
|