summaryrefslogtreecommitdiffstats
path: root/development/simulavr/README
diff options
context:
space:
mode:
author R. S. Ananda Murthy <rsamurti@gmail.com>2015-09-26 09:24:57 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-09-26 09:24:57 +0700
commitabacae9cd919772cda8c23aa1159b072c36a530b (patch)
treee7e9300613cd10698a26454de3e157669edf9b24 /development/simulavr/README
parent751d5e055170d0ea4f5628811218d12b76a9788a (diff)
downloadslackbuilds-abacae9cd919772cda8c23aa1159b072c36a530b.tar.gz
slackbuilds-abacae9cd919772cda8c23aa1159b072c36a530b.tar.xz
development/simulavr: Added (Atmel AVR Family Simulator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/simulavr/README')
-rw-r--r--development/simulavr/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/development/simulavr/README b/development/simulavr/README
new file mode 100644
index 0000000000..df4ace7230
--- /dev/null
+++ b/development/simulavr/README
@@ -0,0 +1,14 @@
+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.