Cosmetical changes: items are indented by one hard tab.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@575 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch 2006-03-28 19:37:54 +00:00
parent 0cdc766e3c
commit dbac350f59
1 changed files with 21 additions and 18 deletions

View File

@ -1,31 +1,34 @@
2006-03-23 Colin O'Flunn <coflynn@newae.com>
Contributed by Wim Lewis, fix a few typos (patch #4987)
*avrdude.1: Typo fix
2006-03-23 Colin O'Flynn <coflynn@newae.com>
2006-02-27 Colin O'Flynn <coflynn@newae.com>
Contributed by Wim Lewis, add support for checking device
signatures in detail (patch #4924 and #4925)
* avrdude.conf.in: Add signatures
* avrpart.c: Set default signature
* avrpart.h: Variable for signature
* config_gram.y: More signature reading
* lexer.l: Define that signatures exist
* main.c: Read signatures and check them against hardware
Contributed by Wim Lewis, fix a few typos (patch #4987)
* avrdude.1: Typo fix
2006-02-21 Joerg Wunsch <j@uriah.heep.sax.de>
2006-02-27 Colin O'Flynn <coflynn@newae.com>
Contributed by Wim Lewis, add support for checking device
signatures in detail (patch #4924 and #4925)
* avrdude.conf.in: Add signatures
* avrpart.c: Set default signature
* avrpart.h: Variable for signature
* config_gram.y: More signature reading
* lexer.l: Define that signatures exist
* main.c: Read signatures and check them against hardware
2006-02-21 Joerg Wunsch <j@uriah.heep.sax.de>
* avrdude.conf.in: Fix paged flash write for AT90PWMx
(error in datasheet).
2006-01-23 Joerg Wunsch <j@uriah.heep.sax.de>
2006-01-23 Joerg Wunsch <j@uriah.heep.sax.de>
* configure.in: Bump version.
2006-01-17 Colin O'Flynn <coflynn@newae.com>
* main.c: Fixed a typo in safemode variable names, fixed bug 15113
* avrdude.conf.in : Added BS2 and pagel to M162, Patch 4766
* main.c, stk500v2.c: Added patch 4804 from eolson@mit.edu
Which stops sck from being writtend needlessly
* main.c: Fixed a typo in safemode variable names, fixed bug 15113
* avrdude.conf.in : Added BS2 and pagel to M162, Patch 4766
* main.c, stk500v2.c: Added patch 4804 from eolson@mit.edu
Which stops sck from being writtend needlessly
2006-01-13 Joerg Wunsch <j@uriah.heep.sax.de>