mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-13 01:14:56 +00:00
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
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2007-01-13 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||||
|
|
||||||
|
* avrdude.conf.in (ATmega8): Bump the delay values for flash
|
||||||
|
and EEPROM, based on the current Atmel XML file.
|
||||||
|
|
||||||
2007-01-12 Joerg Wunsch <j@uriah.heep.sax.de>
|
2007-01-12 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||||
|
|
||||||
* configure.ac: Improve the detection of the Win32 HID library,
|
* configure.ac: Improve the detection of the Win32 HID library,
|
||||||
|
|||||||
2
NEWS
2
NEWS
@@ -7,6 +7,8 @@ Approximate change log for AVRDUDE by version.
|
|||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
Current:
|
Current:
|
||||||
|
|
||||||
|
* Bugfixes.
|
||||||
|
|
||||||
Version 5.3.1:
|
Version 5.3.1:
|
||||||
|
|
||||||
* Add support for the AVR Dragon (all modes: ISP, JTAG, HVSP, PP,
|
* Add support for the AVR Dragon (all modes: ISP, JTAG, HVSP, PP,
|
||||||
|
|||||||
@@ -5357,7 +5357,7 @@ part
|
|||||||
" i i i i i i i i";
|
" i i i i i i i i";
|
||||||
|
|
||||||
mode = 0x04;
|
mode = 0x04;
|
||||||
delay = 10;
|
delay = 20;
|
||||||
blocksize = 128;
|
blocksize = 128;
|
||||||
readsize = 256;
|
readsize = 256;
|
||||||
;
|
;
|
||||||
@@ -5396,7 +5396,7 @@ part
|
|||||||
" x x x x x x x x";
|
" x x x x x x x x";
|
||||||
|
|
||||||
mode = 0x21;
|
mode = 0x21;
|
||||||
delay = 6;
|
delay = 10;
|
||||||
blocksize = 64;
|
blocksize = 64;
|
||||||
readsize = 256;
|
readsize = 256;
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user