aboutsummaryrefslogtreecommitdiff
path: root/development/simavr/slack-desc
diff options
context:
space:
mode:
authorR. S. Ananda Murthy <rsamurti@gmail.com>2017-06-15 20:33:11 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-06-17 07:32:36 +0700
commit4ab69210a754422d560a19467ae0b80e5957fd21 (patch)
tree9261b538fec75faac4ad27ebdb0c0d072e826f9d /development/simavr/slack-desc
parentc59008b65f90ea1df35a5d4e70dd97b894280dd9 (diff)
downloadslackbuilds-4ab69210a754422d560a19467ae0b80e5957fd21.tar.xz
development/simavr: Added (A lean, mean and hackable AVR simulator).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/simavr/slack-desc')
-rw-r--r--development/simavr/slack-desc19
1 files changed, 19 insertions, 0 deletions
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.