From 4ab69210a754422d560a19467ae0b80e5957fd21 Mon Sep 17 00:00:00 2001 From: "R. S. Ananda Murthy" Date: Thu, 15 Jun 2017 20:33:11 +0100 Subject: development/simavr: Added (A lean, mean and hackable AVR simulator). Signed-off-by: David Spencer --- development/simavr/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 development/simavr/slack-desc (limited to 'development/simavr/slack-desc') diff --git a/development/simavr/slack-desc b/development/simavr/slack-desc new file mode 100644 index 000000000000..0d758df800a4 --- /dev/null +++ b/development/simavr/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +simavr: simavr (A lean, mean and hackable AVR simulator) +simavr: +simavr: simavr uses avr-gcc's own register definition to simplify +simavr: creating new targets for supported AVR devices. The core +simavr: was made to be small and compact, and hackable so allow quick +simavr: prototyping of an AVR project. The AVR core is now stable for +simavr: use with parts with <= 128KB flash, and with preliminary support +simavr: for the bigger parts. The simulator loads ELF files directly, +simavr: and there is even a way to specify simulation parameters directly +simavr: in the emulated code using an .elf section. You can also +simavr: load multipart HEX files. -- cgit v1.2.3