We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3f4c1 commit 2ffe0cbCopy full SHA for 2ffe0cb
src/avrdude.conf.in
@@ -2982,7 +2982,7 @@ programmer # pickit4
2982
desc = "MPLAB(R) PICkit 4 in JTAG mode";
2983
type = "jtagice3";
2984
prog_modes = PM_JTAG | PM_XMEGAJTAG;
2985
- extra_features = HAS_VTARG_READ | HAS_VTARG_READ | HAS_BITCLOCK_ADJ;
+ extra_features = HAS_VTARG_READ | HAS_BITCLOCK_ADJ;
2986
connection_type = usb;
2987
usbvid = 0x03eb;
2988
usbpid = 0x2177, 0x2178, 0x2179;
@@ -3034,7 +3034,7 @@ programmer parent "pickit4" # pickit4_tpi
3034
desc = "MPLAB(R) PICkit 4 in TPI mode";
3035
type = "jtagice3_tpi";
3036
prog_modes = PM_TPI;
3037
- extra_features = HAS_VTARG_READ | HAS_VTARG_READ;
+ extra_features = HAS_VTARG_READ;
3038
;
3039
3040
# End of "Atmel" Mode
0 commit comments