Merge branch 'avrdudes:main' into Xplained_Pro_PDI

This commit is contained in:
mcuee
2022-10-24 07:57:55 +08:00
committed by GitHub
25 changed files with 789 additions and 617 deletions

View File

@@ -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;
;
#------------------------------------------------------------