diff options
author | Andrzej Telszewski <atelszewski@gmail.com> | 2010-05-13 00:57:49 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:57:49 +0200 |
commit | 565296266302ff13180fd5c1631a7e1471b3ef2e (patch) | |
tree | 9bf97369446ac3fee3ba1ea28b50955afb5168fd /development/avr8-burn-o-mat/README | |
parent | 3a5675a9cf01cb6cb88d1d966062159d88a79a84 (diff) |
development/avr8-burn-o-mat: Added to 13.0 repository
Diffstat (limited to 'development/avr8-burn-o-mat/README')
-rw-r--r-- | development/avr8-burn-o-mat/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/development/avr8-burn-o-mat/README b/development/avr8-burn-o-mat/README new file mode 100644 index 0000000000000..f706051b3c6f0 --- /dev/null +++ b/development/avr8-burn-o-mat/README @@ -0,0 +1,15 @@ +AVR8 Burn-O-Mat is a cross-platform GUI for avrdude written in Java. +It simplifies programing and configuration of AVR microcontrollers +with easy to use dialogs. + +From author's homepage: +To burn Atmel microcontrollers with Linux you may use avrdude like I do. +But sometimes you may wish a more comfortable way to do this without +knowing hundreds of command line options and without the need of a +calculator to calculate the hex codes for the fuses. Thats why I decided +to write a graphical user interface that make it easy to read and write +fuses, EEPROM and program memory. + +Dependencies: avrdude (available at SBo), Java SE Runtime Environment +(already in Slackware). These dependencies are required to use the +application and not for creating the package. |