ATmega128RFA1: Bump two timing values in order to improve ISP

programming stability, in particular with the STK600.



git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@952 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
joerg_wunsch 2010-12-17 13:28:21 +00:00
parent 686d01b04d
commit ae7aa30dc9
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2010-12-17 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
* avrdude.conf.in (ATmega128RFA1): Bump two timing values in order to
improve ISP programming stability, in particular with the STK600.
2010-12-14 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
* stk500v2.c (stk500v2_command): Detect warning status codes.

View File

@ -11338,7 +11338,7 @@ part
has_jtag = yes;
# stk500_devcode = 0xB2;
# avr910_devcode = 0x43;
chip_erase_delay = 9000;
chip_erase_delay = 55000;
pagel = 0xD7;
bs2 = 0xE2;
reset = dedicated;
@ -11453,7 +11453,7 @@ part
" x x x x x x x x";
mode = 0x41;
delay = 10;
delay = 20;
blocksize = 256;
readsize = 256;
;