Add PAGEL and BS2 parms for parts I have datasheets for.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@257 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
75ba0d2a8b
commit
13f9f58c22
|
@ -1219,6 +1219,8 @@ part
|
||||||
id = "m16";
|
id = "m16";
|
||||||
desc = "ATMEGA16";
|
desc = "ATMEGA16";
|
||||||
devicecode = 0x82;
|
devicecode = 0x82;
|
||||||
|
pagel = 0xd7;
|
||||||
|
bs2 = 0xa0;
|
||||||
chip_erase_delay = 9000;
|
chip_erase_delay = 9000;
|
||||||
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";
|
||||||
|
@ -1322,6 +1324,8 @@ part
|
||||||
desc = "ATMEGA163";
|
desc = "ATMEGA163";
|
||||||
devicecode = 0x81;
|
devicecode = 0x81;
|
||||||
chip_erase_delay = 32000;
|
chip_erase_delay = 32000;
|
||||||
|
pagel = 0xd7;
|
||||||
|
bs2 = 0xa0;
|
||||||
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";
|
||||||
|
|
||||||
|
@ -1554,6 +1558,8 @@ part
|
||||||
id = "m8";
|
id = "m8";
|
||||||
desc = "ATMEGA8";
|
desc = "ATMEGA8";
|
||||||
devicecode = 0x70;
|
devicecode = 0x70;
|
||||||
|
pagel = 0xd7;
|
||||||
|
bs2 = 0xc2;
|
||||||
chip_erase_delay = 9000;
|
chip_erase_delay = 9000;
|
||||||
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