slackbuilds_ponce/development/simavr
R. S. Ananda Murthy 931a597f99 development/simavr: Fixed download.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-09-16 07:15:01 +07:00
..
README
simavr.info development/simavr: Fixed download. 2017-09-16 07:15:01 +07:00
simavr.SlackBuild development/simavr: Updated for version git20170904. 2017-09-04 23:10:58 +01:00
slack-desc

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.