From 0970c1295e901e5c78e3b343210f2074c1cd03c2 Mon Sep 17 00:00:00 2001 From: joerg_wunsch Date: Tue, 11 Jul 2006 21:05:33 +0000 Subject: [PATCH] Fix the signatures for the ATmega164/324 devices. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@586 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 5 +++++ avrdude.conf.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e79c3fec..86f75f78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-07-11 Joerg Wunsch + + * avrdude.conf.in: Fix the signatures for the + ATmega164/324 devices. + 2006-07-10 Joerg Wunsch * avrdude.conf.in: Enter the signatures for the diff --git a/avrdude.conf.in b/avrdude.conf.in index fda9e730..e76944e9 100644 --- a/avrdude.conf.in +++ b/avrdude.conf.in @@ -2484,7 +2484,7 @@ part # stk500_devcode = 0x82; # no STK500v1 support # avr910_devcode = 0x?; # try the ATmega16 one:^ avr910_devcode = 0x74; - signature = 0x1e 0x94 0x09; + signature = 0x1e 0x94 0x0a; pagel = 0xd7; bs2 = 0xa0; chip_erase_delay = 9000; @@ -2638,7 +2638,7 @@ part # stk500_devcode = 0x82; # no STK500v1 support # avr910_devcode = 0x?; # try the ATmega16 one:^ avr910_devcode = 0x74; - signature = 0x1e 0x95 0x09; + signature = 0x1e 0x95 0x08; pagel = 0xd7; bs2 = 0xa0; chip_erase_delay = 9000;