From 9e00f7b48ea1aa5a01629fae1819b9f4d748a13f Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sat, 13 Jan 2007 22:57:14 +0000 Subject: [PATCH] ATmega8: Bump the delay values for flash and EEPROM, based on the current Atmel XML file. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@720 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 5 +++++ NEWS | 2 ++ avrdude.conf.in | 4 ++-- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 46aa5625..48ca872d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-01-13 Joerg Wunsch + + * avrdude.conf.in (ATmega8): Bump the delay values for flash + and EEPROM, based on the current Atmel XML file. + 2007-01-12 Joerg Wunsch * configure.ac: Improve the detection of the Win32 HID library, diff --git a/NEWS b/NEWS index 4dded533..b4497728 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,8 @@ Approximate change log for AVRDUDE by version. ---------------------------------------------------------------------- Current: + * Bugfixes. + Version 5.3.1: * Add support for the AVR Dragon (all modes: ISP, JTAG, HVSP, PP, diff --git a/avrdude.conf.in b/avrdude.conf.in index 2af9cdd8..a711e7fe 100644 --- a/avrdude.conf.in +++ b/avrdude.conf.in @@ -5357,7 +5357,7 @@ part " i i i i i i i i"; mode = 0x04; - delay = 10; + delay = 20; blocksize = 128; readsize = 256; ; @@ -5396,7 +5396,7 @@ part " x x x x x x x x"; mode = 0x21; - delay = 6; + delay = 10; blocksize = 64; readsize = 256; ;