mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-18 19:34:42 +00:00
Merge branch 'avrdudes:main' into Xplained_Pro_PDI
This commit is contained in:
@@ -389,7 +389,7 @@
|
||||
# ATmega169 0x78
|
||||
|
||||
#
|
||||
# Overall avrdude defaults; suitable for ~/.avrduderc
|
||||
# Overall avrdude defaults; suitable for ~/.config/avrdude/config
|
||||
#
|
||||
default_parallel = "@DEFAULT_PAR_PORT@";
|
||||
default_serial = "@DEFAULT_SER_PORT@";
|
||||
@@ -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;
|
||||
;
|
||||
|
||||
@@ -2294,7 +2294,7 @@ programmer
|
||||
type = "jtagice3_updi";
|
||||
prog_modes = PM_UPDI;
|
||||
connection_type = usb;
|
||||
usbpid = 0x217f, 0x2180, 0x2181;
|
||||
usbpid = 0x2180, 0x217f, 0x2181;
|
||||
hvupdi_support = 1;
|
||||
;
|
||||
|
||||
@@ -2308,7 +2308,7 @@ programmer
|
||||
type = "jtagice3_pdi";
|
||||
prog_modes = PM_PDI;
|
||||
connection_type = usb;
|
||||
usbpid = 0x217f, 0x2180, 0x2181;
|
||||
usbpid = 0x2180, 0x217f, 0x2181;
|
||||
;
|
||||
|
||||
#------------------------------------------------------------
|
||||
@@ -2321,7 +2321,7 @@ programmer
|
||||
type = "jtagice3_isp";
|
||||
prog_modes = PM_ISP;
|
||||
connection_type = usb;
|
||||
usbpid = 0x217f, 0x2180, 0x2181;
|
||||
usbpid = 0x2180, 0x217f, 0x2181;
|
||||
;
|
||||
|
||||
#------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user