mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
Merge pull request #1142 from MCUdude/stk600-pdi
STK600 supports programming using PDI
This commit is contained in:
@@ -1270,7 +1270,7 @@ programmer
|
||||
id = "stk600";
|
||||
desc = "Atmel STK600";
|
||||
type = "stk600";
|
||||
prog_modes = PM_TPI | PM_ISP;
|
||||
prog_modes = PM_TPI | PM_ISP | PM_PDI;
|
||||
connection_type = usb;
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user