* avrdude.conf.in: Add pagel and bs2 entries for at90s1200 device.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@328 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
0b1f5b8a0d
commit
229481f5ac
|
@ -1,3 +1,7 @@
|
||||||
|
2003-05-13 Theodore A. Roth <troth@openavr.org>
|
||||||
|
|
||||||
|
* avrdude.conf.in: Add pagel and bs2 entries for at90s1200 device.
|
||||||
|
|
||||||
2003-05-13 Theodore A. Roth <troth@openavr.org>
|
2003-05-13 Theodore A. Roth <troth@openavr.org>
|
||||||
|
|
||||||
* doc/TODO: Add note about avr910 device codes.
|
* doc/TODO: Add note about avr910 device codes.
|
||||||
|
|
|
@ -385,6 +385,8 @@ part
|
||||||
desc = "AT90S1200";
|
desc = "AT90S1200";
|
||||||
stk500_devcode = 0x33;
|
stk500_devcode = 0x33;
|
||||||
avr910_devcode = 0x13;
|
avr910_devcode = 0x13;
|
||||||
|
pagel = 0xd7;
|
||||||
|
bs2 = 0xa0;
|
||||||
chip_erase_delay = 20000;
|
chip_erase_delay = 20000;
|
||||||
pgm_enable = "1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 1",
|
pgm_enable = "1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 1",
|
||||||
"x x x x x x x x x x x x x x x x";
|
"x x x x x x x x x x x x x x x x";
|
||||||
|
|
Loading…
Reference in New Issue