Submitted by Stefan Tomanek:

patch #7542: add default_bitclock to configuration files




git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@988 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch
2011-08-26 20:30:26 +00:00
parent 86432b91d9
commit 9f5346954e
9 changed files with 40 additions and 1 deletions

View File

@@ -427,6 +427,8 @@ Unlike certain parameters in the STK500, the JTAG ICE resets all its
parameters to default values when the programming software signs
off from the ICE, so for MCUs running at lower clock speeds, this
parameter must be specified on the command-line.
It can also be set in the configuration file by using the 'default_bitclock'
keyword.
@item -c @var{programmer-id}
Specify the programmer to be used. AVRDUDE knows about several common
@@ -1485,6 +1487,10 @@ Assign the default serial port device. Can be overridden using the
Assign the default programmer id. Can be overridden using the @option{-c}
option.
@item default_bitclock = "@var{default-bitclock}";
Assign the default bitclock value. Can be overridden using the @option{-B}
option.
@end table