* ChangeLog: Format cleanups. All indents should be a single tab and
lines should be less than 80 chars including 8 spaces for the tab. Date should be YYYY-MM-DD not YYYY/MM/DD. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@363 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
ea652e7b78
commit
ed14409bf9
|
@ -9,7 +9,7 @@
|
||||||
* doc/avrdude.texi: Add note about privileges needed to load
|
* doc/avrdude.texi: Add note about privileges needed to load
|
||||||
the giveio driver for Windows.
|
the giveio driver for Windows.
|
||||||
|
|
||||||
2003/08/29 Brian S. Dean <bsd@bsdhome.com>
|
2003-08-29 Brian S. Dean <bsd@bsdhome.com>
|
||||||
|
|
||||||
* avrdude.1:
|
* avrdude.1:
|
||||||
* main.c:
|
* main.c:
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
* stk500.c:
|
* stk500.c:
|
||||||
Minor code cleanup to remove warnings.
|
Minor code cleanup to remove warnings.
|
||||||
|
|
||||||
2003/08/21 Brian S. Dean <bsd@bsdhome.com>
|
2003-08-21 Brian S. Dean <bsd@bsdhome.com>
|
||||||
|
|
||||||
* avrdude.1:
|
* avrdude.1:
|
||||||
* main.c:
|
* main.c:
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
|
|
||||||
avrdude -p -e -U flash:w:main.hex:i -U eeprom:w:eeprom.hex:i
|
avrdude -p -e -U flash:w:main.hex:i -U eeprom:w:eeprom.hex:i
|
||||||
|
|
||||||
2003/08/20 Brian S. Dean <bsd@bsdhome.com>
|
2003-08-20 Brian S. Dean <bsd@bsdhome.com>
|
||||||
|
|
||||||
* ppiwin.c:
|
* ppiwin.c:
|
||||||
Timing related fixes for the Windows platform. Several folks have
|
Timing related fixes for the Windows platform. Several folks have
|
||||||
|
@ -114,13 +114,13 @@
|
||||||
Add 'picoweb' programming cable programmer.
|
Add 'picoweb' programming cable programmer.
|
||||||
Contributed by Rune Christensen <rune.christensen@adslhome.dk>.
|
Contributed by Rune Christensen <rune.christensen@adslhome.dk>.
|
||||||
|
|
||||||
2003/06/18 Brian S. Dean <bsd@bsdhome.com>
|
2003-06-18 Brian S. Dean <bsd@bsdhome.com>
|
||||||
|
|
||||||
* avrdude.conf.in:
|
* avrdude.conf.in:
|
||||||
Add the 'sp12' (Steve Bolt's) programmer.
|
Add the 'sp12' (Steve Bolt's) programmer.
|
||||||
Submitted by Larry Barello <larryba@barello.net>.
|
Submitted by Larry Barello <larryba@barello.net>.
|
||||||
|
|
||||||
2003/06/17 Brian S. Dean <bsd@bsdhome.com>
|
2003-06-17 Brian S. Dean <bsd@bsdhome.com>
|
||||||
|
|
||||||
* avrdude.conf.in:
|
* avrdude.conf.in:
|
||||||
Properly identify the "ALF" programmer.
|
Properly identify the "ALF" programmer.
|
||||||
|
@ -134,7 +134,7 @@
|
||||||
|
|
||||||
Add support for the ATtiny12. Submitted by Pontifex <pontifex@isys.ca>
|
Add support for the ATtiny12. Submitted by Pontifex <pontifex@isys.ca>
|
||||||
|
|
||||||
2003/05/22 Brian S. Dean <bsd@bsdhome.com>
|
2003-05-22 Brian S. Dean <bsd@bsdhome.com>
|
||||||
|
|
||||||
* avr.c:
|
* avr.c:
|
||||||
* avr.h:
|
* avr.h:
|
||||||
|
@ -177,7 +177,7 @@
|
||||||
* fileio.c: Fix for bug #3293. Set correct open mode for raw format
|
* fileio.c: Fix for bug #3293. Set correct open mode for raw format
|
||||||
for Windows.
|
for Windows.
|
||||||
|
|
||||||
2003/04/19 18:41:35 bdean
|
2003-04-19 Brian S. Dean <bsd@bsdhome.com>
|
||||||
|
|
||||||
* avrdude.1:
|
* avrdude.1:
|
||||||
* fileio.c:
|
* fileio.c:
|
||||||
|
@ -253,7 +253,7 @@
|
||||||
* confwin.c: Fix bug that allows garbage for non-existent user
|
* confwin.c: Fix bug that allows garbage for non-existent user
|
||||||
config filename on Windows.
|
config filename on Windows.
|
||||||
|
|
||||||
2003/03/29 Brian S. Dean <bsd@bsdhome.com>
|
2003-03-29 Brian S. Dean <bsd@bsdhome.com>
|
||||||
|
|
||||||
* avrdude.conf.in:
|
* avrdude.conf.in:
|
||||||
Add the ATmega32 part. This part definition was contributed by:
|
Add the ATmega32 part. This part definition was contributed by:
|
||||||
|
|
Loading…
Reference in New Issue