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:
bdean 2003-03-05 01:42:57 +00:00
parent 5a65e71d37
commit b52d86ae9d
1 changed files with 6 additions and 0 deletions

View File

@ -1219,6 +1219,8 @@ part
id = "m16";
desc = "ATMEGA16";
devicecode = 0x82;
pagel = 0xd7;
bs2 = 0xa0;
chip_erase_delay = 9000;
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";
@ -1322,6 +1324,8 @@ part
desc = "ATMEGA163";
devicecode = 0x81;
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",
"x x x x x x x x x x x x x x x x";
@ -1554,6 +1558,8 @@ part
id = "m8";
desc = "ATMEGA8";
devicecode = 0x70;
pagel = 0xd7;
bs2 = 0xc2;
chip_erase_delay = 9000;
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";