mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-10-09 04:01:01 +00:00
Fix 4 parts wrt to their interfaces in avrdude.conf
This commit is contained in:
@@ -1801,6 +1801,7 @@ part
|
|||||||
stk500_devcode = 0x11;
|
stk500_devcode = 0x11;
|
||||||
signature = 0x1e 0x90 0x04;
|
signature = 0x1e 0x90 0x04;
|
||||||
chip_erase_delay = 20000;
|
chip_erase_delay = 20000;
|
||||||
|
serial = no;
|
||||||
|
|
||||||
timeout = 200;
|
timeout = 200;
|
||||||
hvsp_controlstack =
|
hvsp_controlstack =
|
||||||
@@ -7989,6 +7990,7 @@ part
|
|||||||
stk500_devcode = 0x22;
|
stk500_devcode = 0x22;
|
||||||
avr910_devcode = 0x5c;
|
avr910_devcode = 0x5c;
|
||||||
signature = 0x1e 0x91 0x07;
|
signature = 0x1e 0x91 0x07;
|
||||||
|
serial = no;
|
||||||
|
|
||||||
pp_controlstack =
|
pp_controlstack =
|
||||||
0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,
|
0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,
|
||||||
@@ -15533,7 +15535,7 @@ part parent "x16a4u"
|
|||||||
id = "x16a4";
|
id = "x16a4";
|
||||||
desc = "ATxmega16A4";
|
desc = "ATxmega16A4";
|
||||||
signature = 0x1e 0x94 0x41;
|
signature = 0x1e 0x94 0x41;
|
||||||
has_jtag = yes;
|
has_jtag = no;
|
||||||
|
|
||||||
memory "fuse0"
|
memory "fuse0"
|
||||||
size = 1;
|
size = 1;
|
||||||
@@ -15622,7 +15624,7 @@ part parent "x32a4u"
|
|||||||
id = "x32a4";
|
id = "x32a4";
|
||||||
desc = "ATxmega32A4";
|
desc = "ATxmega32A4";
|
||||||
signature = 0x1e 0x95 0x41;
|
signature = 0x1e 0x95 0x41;
|
||||||
has_jtag = yes;
|
has_jtag = no;
|
||||||
|
|
||||||
memory "fuse0"
|
memory "fuse0"
|
||||||
size = 1;
|
size = 1;
|
||||||
|
Reference in New Issue
Block a user