Add the new Atmel-ICE, in all of JTAG, PDI, dW, and ISP modes.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1288 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch
2014-02-28 14:36:38 +00:00
parent e6410fc5db
commit e4abb62ddb
6 changed files with 51 additions and 3 deletions

View File

@@ -1031,6 +1031,38 @@ programmer
usbpid = 0x2111;
;
programmer
id = "atmelice";
desc = "Atmel-ICE (ARM/AVR) in JTAG mode";
type = "jtagice3";
connection_type = usb;
usbpid = 0x2141;
;
programmer
id = "atmelice_pdi";
desc = "Atmel-ICE (ARM/AVR) in PDI mode";
type = "jtagice3_pdi";
connection_type = usb;
usbpid = 0x2141;
;
programmer
id = "atmelice_dw";
desc = "Atmel-ICE (ARM/AVR) in debugWIRE mode";
type = "jtagice3_dw";
connection_type = usb;
usbpid = 0x2141;
;
programmer
id = "atmelice_isp";
desc = "Atmel-ICE (ARM/AVR) in ISP mode";
type = "jtagice3_isp";
connection_type = usb;
usbpid = 0x2141;
;
programmer
id = "pavr";