summaryrefslogtreecommitdiffstats
path: root/development/simavr/README
diff options
context:
space:
mode:
author R. S. Ananda Murthy2017-06-15 21:33:11 +0200
committer Willy Sudiarto Raharjo2017-06-17 02:32:36 +0200
commit4ab69210a754422d560a19467ae0b80e5957fd21 (patch)
tree9261b538fec75faac4ad27ebdb0c0d072e826f9d /development/simavr/README
parentc59008b65f90ea1df35a5d4e70dd97b894280dd9 (diff)
downloadslackbuilds-4ab69210a754422d560a19467ae0b80e5957fd21.tar.gz
development/simavr: Added (A lean, mean and hackable AVR simulator).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/simavr/README')
-rw-r--r--development/simavr/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/development/simavr/README b/development/simavr/README
new file mode 100644
index 0000000000..192af90e2e
--- /dev/null
+++ b/development/simavr/README
@@ -0,0 +1,9 @@
+simavr is a new AVR simulator for linux, or any platform that uses
+avr-gcc. It uses avr-gcc's own register definition to simplify creating
+new targets for supported AVR devices. The core was made to be small and
+compact, and hackable so allow quick prototyping of an AVR project. The
+AVR core is now stable for use with parts with <= 128KB flash, and with
+preliminary support for the bigger parts. The simulator loads ELF files
+directly, and there is even a way to specify simulation parameters
+directly in the emulated code using an .elf section. You can also
+load multipart HEX files.