From 72a6c54196d65afca421cf164642fe1bffa57a50 Mon Sep 17 00:00:00 2001 From: joerg_wunsch Date: Mon, 15 Feb 2016 21:02:00 +0000 Subject: [PATCH] Add the Xplained Mini to the documentation. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1375 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 3 +++ avrdude.1 | 7 +++++-- doc/avrdude.texi | 3 +++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6398530f..17240749 100644 --- a/ChangeLog +++ b/ChangeLog @@ -31,4 +31,7 @@ * avrdude.conf.in (xplainedmini, xplainedmini_dw): New entries. * jtag3.c (jtag3_edbg_send, jtag3_edbg_recv_frame): Implement fragmentation needed for the 64-byte EP size of the Xplained Mini + * avrdude.1: Document the change + * doc/avrdude.texi: (Dito.) + diff --git a/avrdude.1 b/avrdude.1 index 7f4fd6d2..65fc7b1d 100644 --- a/avrdude.1 +++ b/avrdude.1 @@ -1,6 +1,6 @@ .\" .\" avrdude - A Downloader/Uploader for AVR device programmers -.\" Copyright (C) 2001, 2002, 2003, 2005 - 2014 Joerg Wunsch +.\" Copyright (C) 2001, 2002, 2003, 2005 - 2016 Joerg Wunsch .\" .\" This program is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ .\" .\" $Id$ .\" -.Dd DATE November 23, 2014 +.Dd DATE February 15, 2016 .Os .Dt AVRDUDE 1 .Sh NAME @@ -156,6 +156,9 @@ ISP). Atmel's XplainedPro boards, using the EDBG protocol (CMSIS-DAP compatible), are supported using the "jtag3" programmer type. .Pp +Atmel's XplainedMini boards, using the mEDBG protocol, +are also supported using the "jtag3" programmer type. +.Pp The AVR Dragon is supported in all modes (ISP, JTAG, HVSP, PP, debugWire). When used in JTAG and debugWire mode, the AVR Dragon behaves similar to a JTAG ICE mkII, so all device-specific comments for that device diff --git a/doc/avrdude.texi b/doc/avrdude.texi index d86a785d..fe4b6975 100644 --- a/doc/avrdude.texi +++ b/doc/avrdude.texi @@ -218,6 +218,9 @@ The Atmel-ICE (ARM/AVR) is supported (JTAG, PDI for Xmega, debugWIRE, ISP modes) Atmel's XplainedPro boards, using EDBG protocol (CMSIS-DAP compliant), are supported by the ``jtag3'' programmer type. +Atmel's XplainedMini boards, using mEDBG protocol, are also +supported by the ``jtag3'' programmer type. + The AVR Dragon is supported in all modes (ISP, JTAG, PDI, HVSP, PP, debugWire). When used in JTAG and debugWire mode, the AVR Dragon behaves similar to a JTAG ICE mkII, so all device-specific comments for that device