mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-28 23:15:27 +00:00
Replace gratuitous references to slave and master with technical terms
This commit is contained in:
@@ -180,7 +180,7 @@ programmer type can be used to directly connect to and program a chip
|
||||
using the built in interfaces on the computer. The requirements to use
|
||||
this type are that an SPI interface is exposed along with one GPIO
|
||||
pin. The GPIO serves as the reset output since the Linux SPI drivers
|
||||
do not hold slave select down when a transfer is not occuring and thus
|
||||
do not hold chip select down when a transfer is not occuring and thus
|
||||
it cannot be used as the reset pin. A readily available level
|
||||
translator should be used between the SPI bus/reset GPIO and the chip
|
||||
to avoid potentially damaging the computer's SPI controller in the
|
||||
@@ -1518,9 +1518,9 @@ command. When using direct SPI mode, up to 3 bytes
|
||||
can be omitted.
|
||||
|
||||
@item spi
|
||||
Enter direct SPI mode. The @emph{pgmled} pin acts as slave select.
|
||||
Enter direct SPI mode. The @emph{pgmled} pin acts as chip select.
|
||||
@emph{Only supported on parallel bitbang programmers, and partially by USBtiny.}
|
||||
Slave Select must be externally held low for direct SPI when
|
||||
Chip Select must be externally held low for direct SPI when
|
||||
using USBtinyISP, and send must be a multiple of four bytes.
|
||||
|
||||
@item pgm
|
||||
@@ -1538,12 +1538,12 @@ selected by the optional parameter @var{channel} (either
|
||||
0 or 1).
|
||||
|
||||
@item fosc @var{freq}[@code{M}|@code{k}]
|
||||
Set the master oscillator to @var{freq} Hz.
|
||||
Set the programming oscillator to @var{freq} Hz.
|
||||
An optional trailing letter @code{M}
|
||||
multiplies by 1E6, a trailing letter @code{k} by 1E3.
|
||||
|
||||
@item fosc off
|
||||
Turn the master oscillator off.
|
||||
Turn the programming oscillator off.
|
||||
|
||||
@item sck @var{period}
|
||||
@emph{STK500 and STK600 only:}
|
||||
@@ -1558,7 +1558,7 @@ ISP clock period when operating the ICE in ISP mode.
|
||||
|
||||
@item parms
|
||||
@emph{STK500 and STK600 only:}
|
||||
Display the current voltage and master oscillator parameters.
|
||||
Display the current voltage and programming oscillator parameters.
|
||||
@emph{JTAG ICE only:}
|
||||
Display the current target supply voltage and JTAG bit clock rate/period.
|
||||
|
||||
|
Reference in New Issue
Block a user