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:
Joerg Wunsch 2008-11-04 11:02:32 +00:00
parent 21d6738cc8
commit 7d3a6511e3
2 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -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;