* avrdude.conf.in: Add pagel and bs2 entries for at90s1200 device.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@328 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
3817b01d8d
commit
be7339ca94
|
@ -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>
|
||||
|
||||
* doc/TODO: Add note about avr910 device codes.
|
||||
|
|
|
@ -385,6 +385,8 @@ part
|
|||
desc = "AT90S1200";
|
||||
stk500_devcode = 0x33;
|
||||
avr910_devcode = 0x13;
|
||||
pagel = 0xd7;
|
||||
bs2 = 0xa0;
|
||||
chip_erase_delay = 20000;
|
||||
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";
|
||||
|
|
Loading…
Reference in New Issue