bug #24589: AT90USB64* have wrong signature
Uncomment the correct, and delete the wrong signature for AT90USB646/647. Alas, the datasheet has never been corrected for years. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@782 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
b1f7fa0353
commit
df637ee942
|
@ -1,3 +1,10 @@
|
|||
2008-11-04 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||
|
||||
bug #24589: AT90USB64* have wrong signature
|
||||
* avrdude.conf.in: Uncomment the correct, and delete the wrong
|
||||
signature for AT90USB646/647. Alas, the datasheet has never been
|
||||
corrected for years.
|
||||
|
||||
2008-10-31 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||
|
||||
* jtagmkII.c: Fix a serious memory corruption that happened when
|
||||
|
|
|
@ -11008,8 +11008,7 @@ part
|
|||
part
|
||||
id = "usb646";
|
||||
desc = "AT90USB646";
|
||||
# signature = 0x1e 0x96 0x82; ?
|
||||
signature = 0x1e 0x97 0x82;
|
||||
signature = 0x1e 0x96 0x82; ?
|
||||
has_jtag = yes;
|
||||
# stk500_devcode = 0xB2;
|
||||
# avr910_devcode = 0x43;
|
||||
|
@ -11198,8 +11197,7 @@ part
|
|||
part
|
||||
id = "usb647";
|
||||
desc = "AT90USB647";
|
||||
# signature = 0x1e 0x96 0x82; ?
|
||||
signature = 0x1e 0x97 0x82;
|
||||
signature = 0x1e 0x96 0x82; ?
|
||||
has_jtag = yes;
|
||||
# stk500_devcode = 0xB2;
|
||||
# avr910_devcode = 0x43;
|
||||
|
|
Loading…
Reference in New Issue