mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-18 19:34:42 +00:00
Add support for the Atmel Butterfly board which talks to the
Butterfly's supplied bootloader firmware. Contributed by: Michael Mayer <michael-mayer@gmx.de> git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@387 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -213,6 +213,12 @@ programmer
|
||||
type = avr910;
|
||||
;
|
||||
|
||||
programmer
|
||||
id = "butterfly";
|
||||
desc = "Atmel Butterfly Development Board";
|
||||
type = butterfly;
|
||||
;
|
||||
|
||||
programmer
|
||||
id = "pavr";
|
||||
desc = "Jason Kyle's pAVR Serial Programmer";
|
||||
@@ -1884,6 +1890,7 @@ part
|
||||
id = "m169";
|
||||
desc = "ATMEGA169";
|
||||
stk500_devcode = 0x85;
|
||||
avr910_devcode = 0x75;
|
||||
chip_erase_delay = 9000;
|
||||
pgm_enable = "1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 1",
|
||||
"x x x x x x x x x x x x x x x x";
|
||||
|
||||
Reference in New Issue
Block a user