From ae39cd7c5733a656c00cb26831a02001f36528e0 Mon Sep 17 00:00:00 2001 From: "Brian S. Dean" Date: Fri, 29 Aug 2003 01:47:47 +0000 Subject: [PATCH] Add some forgotten entries. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@355 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude/ChangeLog | 58 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/avrdude/ChangeLog b/avrdude/ChangeLog index 61ee54dd..a6db1f1f 100644 --- a/avrdude/ChangeLog +++ b/avrdude/ChangeLog @@ -41,6 +41,15 @@ avrdude -p -e -U flash:w:main.hex:i -U eeprom:w:eeprom.hex:i +2003/08/20 Brian S. Dean + + * ppiwin.c: + Timing related fixes for the Windows platform. Several folks have + reported that this patch fixes verify errors on the Windows platform + that are apparently timing related. Submitted by: Alex Shepherd + , who indicates that this patch was based on + code from the UISP project. + 2003-08-01 Theodore A. Roth * avrdude.1: Document the -q option. @@ -71,6 +80,46 @@ * term.c: Add support for displaying and setting the various operational parameters of the STK500 (Vtarget, Varef, clock). +2003/07/22 Brian S. Dean + + * avrdude.conf.in: + Add 'picoweb' programming cable programmer. + Contributed by Rune Christensen . + +2003/06/18 Brian S. Dean + + * avrdude.conf.in: + Add the 'sp12' (Steve Bolt's) programmer. + Submitted by Larry Barello . + +2003/06/17 Brian S. Dean + + * avrdude.conf.in: + Properly identify the "ALF" programmer. + + Extend ATmega8 calibration memory to support all 4 calibration bytes. + Savannah bug #3835. Submitted by Francisco T. A. Silva + . + + Add a few AVR910 programmer device codes. Savannah bug #3569 - sorry + I can't tell who submitted this to give proper credit. + + Add support for the ATtiny12. Submitted by Pontifex + +2003/05/22 Brian S. Dean + + * avr.c: + * avr.h: + * fileio.c: + Optimize flash memory handling a little bit by ignoring 0xff data that + resides above the last non-0xff data value in the address space. Only + do this for flash memory since writing a 0xff to flash is a no-op. + This has the affect of creating smaller output files when dumping + memory contents from flash if the program in flash does not consume + the whole memory space. It also results in shorter programming times + when avrdude is asked to load a file into flash that has lots of 0xff + filled data past the last non-0xff data value. + 2003-05-13 Theodore A. Roth * avr910.c (avr910_paged_write_flash): Add code to send the 'm' @@ -176,6 +225,15 @@ * confwin.c: Fix bug that allows garbage for non-existent user config filename on Windows. +2003/03/29 Brian S. Dean + + * avrdude.conf.in: + Add the ATmega32 part. This part definition was contributed by: + Daniel Williamson and + Ruwan Jayanetti + The resulting part definition used was actually somewhat of a merge of + the two submitted definitions. + 2003-03-24 Theodore A. Roth * NEWS: Add note about avr910 support.