Beautify: replace indentation spaces by TABs,

remove trailing white space.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@607 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
joerg_wunsch 2006-08-14 05:16:56 +00:00
parent 643b642fd8
commit 4edf8969b8
1 changed files with 8 additions and 9 deletions

View File

@ -19,9 +19,9 @@
2006-08-10 Eric B. Weddington <eweddington@cso.atmel.com> 2006-08-10 Eric B. Weddington <eweddington@cso.atmel.com>
Contributed by Bob Paddock <graceindustries@gmail.com> Contributed by Bob Paddock <graceindustries@gmail.com>
* avrdude.conf.in: Patch #4780. Provide support for mega325, mega3250, * avrdude.conf.in: Patch #4780. Provide support for mega325,
mega645, mega6450. mega3250, mega645, mega6450.
2006-08-10 Joerg Wunsch <j@uriah.heep.sax.de> 2006-08-10 Joerg Wunsch <j@uriah.heep.sax.de>
@ -378,15 +378,15 @@
* safemode.h: * safemode.h:
* term.h: * term.h:
This is Colin O'Flynn's mega patch for updating safemode support: This is Colin O'Flynn's mega patch for updating safemode support:
* add support for parts with just 'fuse' memory * add support for parts with just 'fuse' memory
* if any fuse memories are altered, reflect those changes in the * if any fuse memories are altered, reflect those changes in the
post-programming safemode check so that safemode no longer post-programming safemode check so that safemode no longer
complains about fuses which were intentionally altered; this complains about fuses which were intentionally altered; this
eliminates the need to completely disable safemode using -u in eliminates the need to completely disable safemode using -u in
order to program fuses. order to program fuses.
* provide -s option which will not ask to restore fuses, it will * provide -s option which will not ask to restore fuses, it will
just do it just do it
@ -517,7 +517,7 @@
be changed. The 'x' setting sets the bit to zero which programs it be changed. The 'x' setting sets the bit to zero which programs it
and could cause undefined behaviour. Setting to 'i' enables it to be and could cause undefined behaviour. Setting to 'i' enables it to be
rewritten to its old value. rewritten to its old value.
A better solution might be to read the fuse byte, apply the new value A better solution might be to read the fuse byte, apply the new value
while leaving the 'x' bit alone, then writing the value back. The while leaving the 'x' bit alone, then writing the value back. The
current fix is a workaround which allows the developer to change the current fix is a workaround which allows the developer to change the
@ -557,7 +557,7 @@
* stk500v2.c: * stk500v2.c:
This is patch # 4338, obsoletes patch #4327, provides fixes for bugs This is patch # 4338, obsoletes patch #4327, provides fixes for bugs
#13693, #13871, and #14212. #13693, #13871, and #14212.
This provides bug fixes to the STK500V2 programmer type. This provides bug fixes to the STK500V2 programmer type.
- incorrect token used from avrdude.conf.in - incorrect token used from avrdude.conf.in
@ -721,7 +721,6 @@
doc are either not available on all systems or are at best doc are either not available on all systems or are at best
inconvenient to build and install. The doc can still be built, one inconvenient to build and install. The doc can still be built, one
just needs to specify --enable-doc at configure time. just needs to specify --enable-doc at configure time.
2005-01-24 Colin O'Flynn <coflynn@newae.com> 2005-01-24 Colin O'Flynn <coflynn@newae.com>