Fix the STK500v2 ISP delay parameter for

ATmega640/1280/1281/2560/2561.  Atmel has changed the XML
files after the initial release.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@735 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
joerg_wunsch 2007-05-15 20:25:48 +00:00
parent dbdea5a979
commit 4b25f0b685
2 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,9 @@
2007-05-15 Joerg Wunsch <j@uriah.heep.sax.de>
* avrdude.conf.in: Fix the STK500v2 ISP delay parameter for
ATmega640/1280/1281/2560/2561. Atmel has changed the XML
files after the initial release.
2007-05-01 Colin O'Flynn <coflynn@newae.com>
* safemode.c: -Oops - bug in verbose output. Fixed.

View File

@ -8633,7 +8633,7 @@ part
" x x x x x x x x";
mode = 0x41;
delay = 6;
delay = 10;
blocksize = 256;
readsize = 256;
;
@ -8821,7 +8821,7 @@ part
" x x x x x x x x";
mode = 0x41;
delay = 6;
delay = 10;
blocksize = 256;
readsize = 256;
;
@ -9010,7 +9010,7 @@ part
" x x x x x x x x";
mode = 0x41;
delay = 6;
delay = 10;
blocksize = 256;
readsize = 256;
;
@ -9203,7 +9203,7 @@ part
" 0 0 0 0 0 0 0 0";
mode = 0x41;
delay = 6;
delay = 10;
blocksize = 256;
readsize = 256;
;
@ -9396,7 +9396,7 @@ part
" 0 0 0 0 0 0 0 0";
mode = 0x41;
delay = 6;
delay = 10;
blocksize = 256;
readsize = 256;
;