mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-24 18:16:22 +03:00
Add flash_instr and eeprom_instr to 5 parts
Needed for debugWIRE - AT90USB162 - AT90USB82 - ATmega16U2 - ATmega32U2 - ATmega8U2
This commit is contained in:
@@ -12241,6 +12241,11 @@ part
|
||||
0x4e, 0x5e, 0x4f, 0x5f, 0x6e, 0x7e, 0x6f, 0x7f,
|
||||
0x66, 0x76, 0x67, 0x77, 0x6a, 0x7a, 0x6b, 0x7b,
|
||||
0xbe, 0xfd, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;
|
||||
flash_instr = 0xb6, 0x01, 0x11;
|
||||
eeprom_instr =
|
||||
0xbd, 0xf2, 0xbd, 0xe1, 0xbb, 0xcf, 0xb4, 0x00,
|
||||
0xbe, 0x01, 0xb6, 0x01, 0xbc, 0x00, 0xbb, 0xbf,
|
||||
0x99, 0xf9, 0xbb, 0xaf;
|
||||
hventerstabdelay = 100;
|
||||
latchcycles = 5;
|
||||
togglevtg = 1;
|
||||
@@ -12366,6 +12371,11 @@ part
|
||||
0x4e, 0x5e, 0x4f, 0x5f, 0x6e, 0x7e, 0x6f, 0x7f,
|
||||
0x66, 0x76, 0x67, 0x77, 0x6a, 0x7a, 0x6b, 0x7b,
|
||||
0xbe, 0xfd, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;
|
||||
flash_instr = 0xb6, 0x01, 0x11;
|
||||
eeprom_instr =
|
||||
0xbd, 0xf2, 0xbd, 0xe1, 0xbb, 0xcf, 0xb4, 0x00,
|
||||
0xbe, 0x01, 0xb6, 0x01, 0xbc, 0x00, 0xbb, 0xbf,
|
||||
0x99, 0xf9, 0xbb, 0xaf;
|
||||
hventerstabdelay = 100;
|
||||
latchcycles = 5;
|
||||
togglevtg = 1;
|
||||
@@ -12491,6 +12501,11 @@ part
|
||||
0x4e, 0x5e, 0x4f, 0x5f, 0x6e, 0x7e, 0x6f, 0x7f,
|
||||
0x66, 0x76, 0x67, 0x77, 0x6a, 0x7a, 0x6b, 0x7b,
|
||||
0xbe, 0xfd, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;
|
||||
flash_instr = 0xb6, 0x01, 0x11;
|
||||
eeprom_instr =
|
||||
0xbd, 0xf2, 0xbd, 0xe1, 0xbb, 0xcf, 0xb4, 0x00,
|
||||
0xbe, 0x01, 0xb6, 0x01, 0xbc, 0x00, 0xbb, 0xbf,
|
||||
0x99, 0xf9, 0xbb, 0xaf;
|
||||
hventerstabdelay = 100;
|
||||
latchcycles = 5;
|
||||
togglevtg = 1;
|
||||
@@ -12616,6 +12631,11 @@ part
|
||||
0x4e, 0x5e, 0x4f, 0x5f, 0x6e, 0x7e, 0x6f, 0x7f,
|
||||
0x66, 0x76, 0x67, 0x77, 0x6a, 0x7a, 0x6b, 0x7b,
|
||||
0xbe, 0xfd, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;
|
||||
flash_instr = 0xb6, 0x01, 0x11;
|
||||
eeprom_instr =
|
||||
0xbd, 0xf2, 0xbd, 0xe1, 0xbb, 0xcf, 0xb4, 0x00,
|
||||
0xbe, 0x01, 0xb6, 0x01, 0xbc, 0x00, 0xbb, 0xbf,
|
||||
0x99, 0xf9, 0xbb, 0xaf;
|
||||
hventerstabdelay = 100;
|
||||
latchcycles = 5;
|
||||
togglevtg = 1;
|
||||
@@ -12741,6 +12761,11 @@ part
|
||||
0x4e, 0x5e, 0x4f, 0x5f, 0x6e, 0x7e, 0x6f, 0x7f,
|
||||
0x66, 0x76, 0x67, 0x77, 0x6a, 0x7a, 0x6b, 0x7b,
|
||||
0xbe, 0xfd, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;
|
||||
flash_instr = 0xb6, 0x01, 0x11;
|
||||
eeprom_instr =
|
||||
0xbd, 0xf2, 0xbd, 0xe1, 0xbb, 0xcf, 0xb4, 0x00,
|
||||
0xbe, 0x01, 0xb6, 0x01, 0xbc, 0x00, 0xbb, 0xbf,
|
||||
0x99, 0xf9, 0xbb, 0xaf;
|
||||
hventerstabdelay = 100;
|
||||
latchcycles = 5;
|
||||
togglevtg = 1;
|
||||
|
||||
Reference in New Issue
Block a user