Document the programmer type restrictions for AT90S1200 devices.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1005 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
21983f7863
commit
2f1176438b
|
@ -1,3 +1,10 @@
|
||||||
|
2011-08-30 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
|
bug #34027: avrdude AT90S1200 Problem (part 3 - documentation)
|
||||||
|
* avrdude.1: Document the programmer type restrictions for AT90S1200
|
||||||
|
devices.
|
||||||
|
* doc/avrdude.texi: (Ditto.)
|
||||||
|
|
||||||
2011-08-30 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
2011-08-30 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
bug #34027: avrdude AT90S1200 Problem (part 2 - stk500v2 and relatives)
|
bug #34027: avrdude AT90S1200 Problem (part 2 - stk500v2 and relatives)
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
.\" $Id$
|
||||||
.\"
|
.\"
|
||||||
.Dd DATE August 17, 2011
|
.Dd DATE August 30, 2011
|
||||||
.Os
|
.Os
|
||||||
.Dt AVRDUDE 1
|
.Dt AVRDUDE 1
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -211,7 +211,7 @@ the format. Currently, the following MCU types are understood:
|
||||||
.TS
|
.TS
|
||||||
ll.
|
ll.
|
||||||
\fBOption tag\fP \fBOfficial part name\fP
|
\fBOption tag\fP \fBOfficial part name\fP
|
||||||
1200 AT90S1200
|
1200 AT90S1200 (****)
|
||||||
2313 AT90S2313
|
2313 AT90S2313
|
||||||
2333 AT90S2333
|
2333 AT90S2333
|
||||||
2343 AT90S2343 (*)
|
2343 AT90S2343 (*)
|
||||||
|
@ -322,6 +322,11 @@ and bit-bang programmers.
|
||||||
.It "(***)"
|
.It "(***)"
|
||||||
The ATtiny11 uses the same algorithm, but can only be
|
The ATtiny11 uses the same algorithm, but can only be
|
||||||
programmed in high-voltage serial mode.
|
programmed in high-voltage serial mode.
|
||||||
|
.It "(****)"
|
||||||
|
The ISP programming protocol of the AT90S1200 differs in subtle ways
|
||||||
|
from that of other AVRs. Thus, not all programmers support this
|
||||||
|
device. Known to work are all direct bitbang programmers, and all
|
||||||
|
programmers talking the STK500v2 protocol.
|
||||||
.El
|
.El
|
||||||
.It Fl b Ar baudrate
|
.It Fl b Ar baudrate
|
||||||
Override the RS-232 connection baud rate specified in the respective
|
Override the RS-232 connection baud rate specified in the respective
|
||||||
|
|
|
@ -307,7 +307,7 @@ datasheet so that you can enter the programming specifications.
|
||||||
Currently, the following MCU types are understood:
|
Currently, the following MCU types are understood:
|
||||||
|
|
||||||
@multitable @columnfractions .15 .3
|
@multitable @columnfractions .15 .3
|
||||||
@item @code{1200} @tab AT90S1200
|
@item @code{1200} @tab AT90S1200 (****)
|
||||||
@item @code{2313} @tab AT90S2313
|
@item @code{2313} @tab AT90S2313
|
||||||
@item @code{2333} @tab AT90S2333
|
@item @code{2333} @tab AT90S2333
|
||||||
@item @code{2343} @tab AT90S2343 (*)
|
@item @code{2343} @tab AT90S2343 (*)
|
||||||
|
@ -419,6 +419,12 @@ and bit-bang programmers.
|
||||||
The ATtiny11 uses the same algorithm, but can only be
|
The ATtiny11 uses the same algorithm, but can only be
|
||||||
programmed in high-voltage serial mode.
|
programmed in high-voltage serial mode.
|
||||||
|
|
||||||
|
(****)
|
||||||
|
The ISP programming protocol of the AT90S1200 differs in subtle ways
|
||||||
|
from that of other AVRs. Thus, not all programmers support this
|
||||||
|
device. Known to work are all direct bitbang programmers, and all
|
||||||
|
programmers talking the STK500v2 protocol.
|
||||||
|
|
||||||
@item -b @var{baudrate}
|
@item -b @var{baudrate}
|
||||||
Override the RS-232 connection baud rate specified in the respective
|
Override the RS-232 connection baud rate specified in the respective
|
||||||
programmer's entry of the configuration file.
|
programmer's entry of the configuration file.
|
||||||
|
|
Loading…
Reference in New Issue