From b03c1ffadc50fde8a4b47cd3267e0a0fa298fb6c Mon Sep 17 00:00:00 2001 From: joerg_wunsch Date: Mon, 10 Jul 2006 20:24:27 +0000 Subject: [PATCH] Enter the signatures for the ATmega164/324/644 devices. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@585 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 5 +++++ avrdude.conf.in | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index ef833f26..e79c3fec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-07-10 Joerg Wunsch + + * avrdude.conf.in: Enter the signatures for the + ATmega164/324/644 devices. + 2006-05-25 Joerg Wunsch * stk500v2.c: Implement extended addressing needed diff --git a/avrdude.conf.in b/avrdude.conf.in index 8384883c..fda9e730 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 ??; + signature = 0x1e 0x94 0x09; 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 ??; + signature = 0x1e 0x95 0x09; pagel = 0xd7; bs2 = 0xa0; chip_erase_delay = 9000; @@ -2792,7 +2792,7 @@ part # stk500_devcode = 0x82; # no STK500v1 support # avr910_devcode = 0x?; # try the ATmega16 one:^ avr910_devcode = 0x74; -# signature = 0x1e 0x96 ??; + signature = 0x1e 0x96 0x09; pagel = 0xd7; bs2 = 0xa0; chip_erase_delay = 9000;