mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 14:35:27 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user