mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-06-02 09:46:34 +03:00
Merge pull request #2092 from stefanrueger/stk600-remove-tdi
Remove `PM_TPI` from `-c stk600` prog modes
This commit is contained 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;
|
||||
|
||||
Reference in New Issue
Block a user