slackbuilds/development/simulavr
Matteo Bernardini 4484adf1c7
development/simulavr: Updated for version 20201006_32985f7.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-02-27 01:09:57 +07:00
..
README
doinst.sh development/simulavr: Update doinst.sh. 2017-01-09 20:18:25 +00:00
simulavr.SlackBuild development/simulavr: Updated for version 20201006_32985f7. 2022-02-27 01:09:57 +07:00
simulavr.info development/simulavr: Updated for version 20201006_32985f7. 2022-02-27 01:09:57 +07:00
slack-desc

README

The SimulAVR program is a simulator for the Atmel AVR family of
microcontrollers (ATtiny and ATmega). SimulAVR can be used either
standalone or as a remote target for avr-gdb. There is a python
and TCL interface. When used in gdbserver mode, the simulator is used
as a back-end so that avr-gdb can be used as a source level debugger
for AVR programs.

SimulAVR started out as a C based project written by Theodore Roth
in 2001. Klaus Rudolph started then in 2004 to rewrite the hardware
simulation part in C++. Only the instruction decoder and the avr-gdb
interface are mostly copied from the original simulavr sources.
This C++ based version was known as simulavrxx until it became
feature compatibile with the old simulavr code, then it
was renamed back to simulavr.