partno -> partname

This commit is contained in:
MCUdude
2025-02-12 10:12:29 +01:00
parent 4bb18b78ad
commit 0528a3e8af
2 changed files with 10 additions and 10 deletions

View File

@@ -25,7 +25,7 @@
.Nd driver program for ``simple'' Atmel AVR MCU programmer
.Sh SYNOPSIS
.Nm
.Op Fl p, \-part Ar partno
.Op Fl p, \-part Ar partname
.Op Fl b, \-baud Ar baudrate
.Op Fl B, \-bitclock Ar bitclock
.Op Fl c, \-programmer Ar programmer-id
@@ -325,10 +325,10 @@ In order to control all the different operation modi, a number of options
need to be specified to
.Nm avrdude .
.Bl -tag -offset indent -width indent
.It Fl p \-part Ar partno
.It Fl p \-part Ar partname
This option specifies the MCU connected to the programmer. The MCU
descriptions are read from the config file. To see a list of currently
supported MCUs use ? as partno, which will print the part ids and official
supported MCUs use ? as partname, which will print the part ids and official
part names. In connection with -v, this will also print a list of variant
part names followed by an optional colon, the package code and some
absolute maximum ratings. The part id, their official part name, any of

View File

@@ -500,7 +500,7 @@ Roth.
AVRDUDE is a command line tool, used as follows:
@smallexample
avrdude -p partno @var{options} @dots{}
avrdude -p partname @var{options} @dots{}
@end smallexample
@noindent
@@ -508,14 +508,14 @@ Command line options are used to control AVRDUDE's behaviour. The
following options are recognized:
@table @code
@item -p @var{partno}
@item --part @var{partno}
@cindex Option @code{-p ,--part} @var{partno}
@cindex @code{-p, --part} @var{partno}
@item -p @var{partname}
@item --part @var{partname}
@cindex Option @code{-p ,--part} @var{partname}
@cindex @code{-p, --part} @var{partname}
This option tells AVRDUDE what part (MCU) is connected to the programmer.
The @var{partno} parameter is the part's id listed in the configuration
file. To see a list of currently supported MCUs use @code{?} as partno,
The @var{partname} parameter is the part's id listed in the configuration
file. To see a list of currently supported MCUs use @code{?} as partname,
which will, for each part, print its id; its official part name;
alternative names, if any; and the list of available programming
interfaces. In connection with @code{-v}, this will also print a table of