Fix device codes for at90s8515 and at90s8535.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@258 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
762f617169
commit
fc132b98a9
|
@ -870,12 +870,12 @@ part
|
||||||
part
|
part
|
||||||
id = "8515";
|
id = "8515";
|
||||||
desc = "AT90S8515";
|
desc = "AT90S8515";
|
||||||
devicecode = 0x63;
|
devicecode = 0x60;
|
||||||
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";
|
||||||
|
|
||||||
chip_erase = "1 0 1 0 1 1 0 0 1 0 0 0 0 0 0 0",
|
chip_erase = "1 0 1 0 1 1 0 0 1 0 0 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 x x x x x";
|
||||||
|
|
||||||
memory "eeprom"
|
memory "eeprom"
|
||||||
|
@ -944,7 +944,7 @@ part
|
||||||
part
|
part
|
||||||
id = "8535";
|
id = "8535";
|
||||||
desc = "AT90S8535";
|
desc = "AT90S8535";
|
||||||
devicecode = 0x64;
|
devicecode = 0x61;
|
||||||
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