From da275f8ef2a8c437d42b50adcc08943361e69bd5 Mon Sep 17 00:00:00 2001 From: Hans Date: Wed, 5 Oct 2022 10:35:19 +0200 Subject: [PATCH] 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. --- src/avrdude.conf.in | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/avrdude.conf.in b/src/avrdude.conf.in index 20cae0d5..195db4cc 100644 --- a/src/avrdude.conf.in +++ b/src/avrdude.conf.in @@ -3828,7 +3828,6 @@ part part parent "m64" desc = "ATmega64A"; id = "m64a"; - prog_modes = PM_SPM | PM_ISP | PM_HVPP | PM_JTAG; mcuid = 73; ; @@ -3959,7 +3958,6 @@ part part parent "m128" desc = "ATmega128A"; id = "m128a"; - prog_modes = PM_SPM | PM_ISP | PM_HVPP | PM_JTAG; mcuid = 86; ; @@ -4454,7 +4452,6 @@ part part parent "m16" desc = "ATmega16A"; id = "m16a"; - prog_modes = PM_SPM | PM_ISP | PM_HVPP | PM_JTAG; mcuid = 50; ; @@ -5298,7 +5295,6 @@ part part parent "m169" desc = "ATmega169A"; id = "m169a"; - prog_modes = PM_SPM | PM_ISP | PM_HVPP | PM_JTAG; mcuid = 105; signature = 0x1e 0x94 0x11; reset = io; @@ -5922,7 +5918,6 @@ part part parent "m32" desc = "ATmega32A"; id = "m32a"; - prog_modes = PM_SPM | PM_ISP | PM_HVPP | PM_JTAG; mcuid = 59; ; @@ -11304,7 +11299,7 @@ part part desc = "ATmega165"; 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; n_interrupts = 22; # stk500_devcode = 0x??; @@ -11426,7 +11421,6 @@ part part parent "m165" desc = "ATmega165A"; id = "m165a"; - prog_modes = PM_SPM | PM_ISP | PM_HVPP | PM_JTAG; mcuid = 96; ; @@ -11437,7 +11431,6 @@ part parent "m165" part parent "m165" desc = "ATmega165P"; id = "m165p"; - prog_modes = PM_SPM | PM_ISP | PM_HVPP | PM_JTAG; mcuid = 97; signature = 0x1e 0x94 0x07; ; @@ -11449,7 +11442,6 @@ part parent "m165" part parent "m165" desc = "ATmega165PA"; id = "m165pa"; - prog_modes = PM_SPM | PM_ISP | PM_HVPP | PM_JTAG; mcuid = 98; signature = 0x1e 0x94 0x07; ;