patch #9966: Add JTAGICE3 in UPDI mode

* avrdude.conf (jtag3updi): New entry.

Submitted by Sven Schwermer:



git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1445 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch 2020-09-18 21:24:03 +00:00
parent 2c4f9d23b4
commit 1d2e4ef388
3 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2020-09-18 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
Submitted by Sven Schwermer:
patch #9966: Add JTAGICE3 in UPDI mode
* avrdude.conf (jtag3updi): New entry.
2020-09-18 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
Submitted by Joel Ray Holveck

2
NEWS
View File

@ -36,6 +36,7 @@ Current:
- ehajo-isp (commercial version of USBtiny)
- XplainedPro in UPDI mode
- XplainedMini in UPDI mode
- JTAGICE3 in UPDI mode
- Atmel Powerdebugger in all modes (JTAG, PDI, UPDI, debugWIRE, ISP)
* Bugfixes:
@ -73,6 +74,7 @@ Current:
patch #9820: Fix some out-of-bounds/uninitialized issues
patch #9818: correct typos in SVN rev 1429
patch #9732: usbtiny_paged_load overflows buffer e.g. when reading EEPROM
patch #9966: Add JTAGICE3 in UPDI mode
* Internals:
- New avrdude.conf keyword "family_id", used to verify SIB attributes

View File

@ -1085,6 +1085,14 @@ programmer
usbpid = 0x2110, 0x2140;
;
programmer
id = "jtag3updi";
desc = "Atmel AVR JTAGICE3 in UPDI mode";
type = "jtagice3_updi";
connection_type = usb;
usbpid = 0x2110, 0x2140;
;
programmer
id = "jtag3dw";
desc = "Atmel AVR JTAGICE3 in debugWIRE mode";