From f24ee04389f79f6720ccfea55271a203dd2b48f5 Mon Sep 17 00:00:00 2001 From: Stefan Rueger Date: Sat, 4 Apr 2026 15:03:30 +0100 Subject: [PATCH] Remove PM_TPI from -c stk600 prog modes While the STK600 protocol supports TPI (and JTAG and UPDI), the current AVRDUDE implementation for stk600 doesn't. This PR adjusts the prog modes in avrdude.conf accordingly. --- src/avrdude.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/avrdude.conf.in b/src/avrdude.conf.in index 617f1dc4..906e6706 100644 --- a/src/avrdude.conf.in +++ b/src/avrdude.conf.in @@ -1723,7 +1723,7 @@ programmer # stk600 id = "stk600"; desc = "Atmel STK600"; type = "stk600"; - prog_modes = PM_TPI | PM_ISP | PM_PDI; + prog_modes = PM_ISP | PM_PDI; extra_features = HAS_VTARG_ADJ | HAS_VTARG_READ | HAS_FOSC_ADJ | HAS_VAREF_ADJ | HAS_BITCLOCK_ADJ; connection_type = usb; usbvid = 0x03eb;