mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-23 01:26:19 +03:00
Small grammar fixes
This commit is contained in:
@@ -373,12 +373,12 @@ or
|
||||
file to assign a default value to keep from having to specify this
|
||||
option on every invocation.
|
||||
.Pp
|
||||
Note that some official Microchip programmers stores the bitclock setting and
|
||||
Note that some official Microchip programmers store the bitclock setting and
|
||||
will continue to use it until a different value is provided. This applies to
|
||||
"2nd gen" programmers (AVRISPmkII, AVR Dragon, JTAG ICE mkII, STK600) and
|
||||
"3rd gen"programmers (JTAGICE3, Atmel ICE, Power Debugger). "4th gen"
|
||||
programmers (PICkit 4, MPLAB SNAP) will store the last user-specified bitclock
|
||||
until it's disconnected from the computer.
|
||||
until the programmer is disconnected from the computer.
|
||||
.It Fl c Ar programmer-id
|
||||
Use the programmer specified by the argument. Programmers and their pin
|
||||
configurations are read from the config file (see the
|
||||
@@ -1028,7 +1028,7 @@ Turn the programming oscillator off.
|
||||
.It Ar sck period
|
||||
Set the SCK clock period to
|
||||
.Ar period
|
||||
microseconds. Note that some official Microchip programmers stores the
|
||||
microseconds. Note that some official Microchip programmers store the
|
||||
bitclock setting and will continue to use it until a diferent value is
|
||||
provided. See
|
||||
.Em -B bitclock
|
||||
|
||||
@@ -476,12 +476,12 @@ can use the 'default_bitclock' keyword in your
|
||||
configuration file to assign a default value to keep from having to
|
||||
specify this option on every invocation.
|
||||
|
||||
Note that some official Microchip programmers stores the bitclock setting and
|
||||
Note that some official Microchip programmers store the bitclock setting and
|
||||
will continue to use it until a different value is provided. This applies to
|
||||
"2nd gen" programmers (AVRISPmkII, AVR Dragon, JTAG ICE mkII, STK600) and
|
||||
"3rd gen"programmers (JTAGICE3, Atmel ICE, Power Debugger). "4th gen"
|
||||
programmers (PICkit 4, MPLAB SNAP) will store the last user-specified bitclock
|
||||
until it's disconnected from the computer.
|
||||
until the programmer is disconnected from the computer.
|
||||
|
||||
@item -c @var{programmer-id}
|
||||
Specify the programmer to be used. AVRDUDE knows about several common
|
||||
@@ -1727,7 +1727,7 @@ Turn the programming oscillator off.
|
||||
|
||||
@item sck @var{period}
|
||||
Set the SCK clock period to @var{period} microseconds.
|
||||
Note that some official Microchip programmers stores the bitclock setting and
|
||||
Note that some official Microchip programmers store the bitclock setting and
|
||||
will continue to use it until a diferent value is provided. See
|
||||
@code{-B bitclock} for more information.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user