Submitted by Nick Lott:
Fix signature for ATmega8515. Closes bug #18348: ATMEGA8515 Signature is wrong in avrdude.conf git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@697 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
6cd309f1c0
commit
5b53108e63
|
@ -1,3 +1,9 @@
|
||||||
|
2006-12-11 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||||
|
|
||||||
|
Submitted by Nick Lott:
|
||||||
|
* avrdude.conf.in: Fix signature for ATmega8515.
|
||||||
|
Closes bug #18348: ATMEGA8515 Signature is wrong in avrdude.conf
|
||||||
|
|
||||||
2006-12-11 Joerg Wunsch <j@uriah.heep.sax.de>
|
2006-12-11 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||||
|
|
||||||
* avr.c: Fix a bug introduced in rev. 1.69, when implementing the
|
* avr.c: Fix a bug introduced in rev. 1.69, when implementing the
|
||||||
|
|
|
@ -5445,7 +5445,7 @@ part
|
||||||
desc = "ATMEGA8515";
|
desc = "ATMEGA8515";
|
||||||
stk500_devcode = 0x63;
|
stk500_devcode = 0x63;
|
||||||
avr910_devcode = 0x3B;
|
avr910_devcode = 0x3B;
|
||||||
signature = 0x1e 0x93 0x07;
|
signature = 0x1e 0x93 0x06;
|
||||||
chip_erase_delay = 9000;
|
chip_erase_delay = 9000;
|
||||||
pgm_enable = "1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 1",
|
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";
|
"x x x x x x x x x x x x x x x x";
|
||||||
|
|
Loading…
Reference in New Issue