Adjust prog_modes on a few chip variants
Now variants of chips that the JTAG ICE supports will not cause a warning when used with the original JTAG ICE mkI. Also, The ATmega165 isn't officially supported by the ICE mkI, so this should be properly tested with the ICE mkI first.
This commit is contained in:
parent
3b8f41ca20
commit
da275f8ef2
|
@ -3828,7 +3828,6 @@ part
|
||||||
part parent "m64"
|
part parent "m64"
|
||||||
desc = "ATmega64A";
|
desc = "ATmega64A";
|
||||||
id = "m64a";
|
id = "m64a";
|
||||||
prog_modes = PM_SPM | PM_ISP | PM_HVPP | PM_JTAG;
|
|
||||||
mcuid = 73;
|
mcuid = 73;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@ -3959,7 +3958,6 @@ part
|
||||||
part parent "m128"
|
part parent "m128"
|
||||||
desc = "ATmega128A";
|
desc = "ATmega128A";
|
||||||
id = "m128a";
|
id = "m128a";
|
||||||
prog_modes = PM_SPM | PM_ISP | PM_HVPP | PM_JTAG;
|
|
||||||
mcuid = 86;
|
mcuid = 86;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@ -4454,7 +4452,6 @@ part
|
||||||
part parent "m16"
|
part parent "m16"
|
||||||
desc = "ATmega16A";
|
desc = "ATmega16A";
|
||||||
id = "m16a";
|
id = "m16a";
|
||||||
prog_modes = PM_SPM | PM_ISP | PM_HVPP | PM_JTAG;
|
|
||||||
mcuid = 50;
|
mcuid = 50;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@ -5298,7 +5295,6 @@ part
|
||||||
part parent "m169"
|
part parent "m169"
|
||||||
desc = "ATmega169A";
|
desc = "ATmega169A";
|
||||||
id = "m169a";
|
id = "m169a";
|
||||||
prog_modes = PM_SPM | PM_ISP | PM_HVPP | PM_JTAG;
|
|
||||||
mcuid = 105;
|
mcuid = 105;
|
||||||
signature = 0x1e 0x94 0x11;
|
signature = 0x1e 0x94 0x11;
|
||||||
reset = io;
|
reset = io;
|
||||||
|
@ -5922,7 +5918,6 @@ part
|
||||||
part parent "m32"
|
part parent "m32"
|
||||||
desc = "ATmega32A";
|
desc = "ATmega32A";
|
||||||
id = "m32a";
|
id = "m32a";
|
||||||
prog_modes = PM_SPM | PM_ISP | PM_HVPP | PM_JTAG;
|
|
||||||
mcuid = 59;
|
mcuid = 59;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@ -11304,7 +11299,7 @@ part
|
||||||
part
|
part
|
||||||
desc = "ATmega165";
|
desc = "ATmega165";
|
||||||
id = "m165";
|
id = "m165";
|
||||||
prog_modes = PM_SPM | PM_ISP | PM_HVPP | PM_JTAG | PM_JTAGmkI;
|
prog_modes = PM_SPM | PM_ISP | PM_HVPP | PM_JTAG;
|
||||||
mcuid = 95;
|
mcuid = 95;
|
||||||
n_interrupts = 22;
|
n_interrupts = 22;
|
||||||
# stk500_devcode = 0x??;
|
# stk500_devcode = 0x??;
|
||||||
|
@ -11426,7 +11421,6 @@ part
|
||||||
part parent "m165"
|
part parent "m165"
|
||||||
desc = "ATmega165A";
|
desc = "ATmega165A";
|
||||||
id = "m165a";
|
id = "m165a";
|
||||||
prog_modes = PM_SPM | PM_ISP | PM_HVPP | PM_JTAG;
|
|
||||||
mcuid = 96;
|
mcuid = 96;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@ -11437,7 +11431,6 @@ part parent "m165"
|
||||||
part parent "m165"
|
part parent "m165"
|
||||||
desc = "ATmega165P";
|
desc = "ATmega165P";
|
||||||
id = "m165p";
|
id = "m165p";
|
||||||
prog_modes = PM_SPM | PM_ISP | PM_HVPP | PM_JTAG;
|
|
||||||
mcuid = 97;
|
mcuid = 97;
|
||||||
signature = 0x1e 0x94 0x07;
|
signature = 0x1e 0x94 0x07;
|
||||||
;
|
;
|
||||||
|
@ -11449,7 +11442,6 @@ part parent "m165"
|
||||||
part parent "m165"
|
part parent "m165"
|
||||||
desc = "ATmega165PA";
|
desc = "ATmega165PA";
|
||||||
id = "m165pa";
|
id = "m165pa";
|
||||||
prog_modes = PM_SPM | PM_ISP | PM_HVPP | PM_JTAG;
|
|
||||||
mcuid = 98;
|
mcuid = 98;
|
||||||
signature = 0x1e 0x94 0x07;
|
signature = 0x1e 0x94 0x07;
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in New Issue