mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-19 11:36:24 +00:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user