~ubuntu-branches/ubuntu/precise/avrdude/precise

« back to all changes in this revision

Viewing changes to jtagmkII_private.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2009-07-14 15:09:17 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090714150917-vthf96lweuevgtds
Tags: 5.8-1
* New upstream release.
* Bump Standards-Version to 3.8.2. No further changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
19
 */
20
20
 
21
 
/* $Id: jtagmkII_private.h,v 1.6 2008/10/31 21:16:46 joerg_wunsch Exp $ */
 
21
/* $Id: jtagmkII_private.h 821 2009-06-24 21:32:12Z joerg_wunsch $ */
22
22
 
23
23
 
24
24
/*
103
103
#define CMND_SPI_CMD 0x1D
104
104
#define CMND_WRITE_MEMORY 0x04
105
105
#define CMND_WRITE_PC 0x06
 
106
#define CMND_0x34 0x34
106
107
 
107
108
/* ICE responses */
108
109
#define RSP_DEBUGWIRE_SYNC_FAILED 0xAC
170
171
#define MTYPE_SIGN_JTAG 0xB4    /* signature in programming mode */
171
172
#define MTYPE_OSCCAL_BYTE 0xB5  /* osccal cells in programming mode */
172
173
#define MTYPE_CAN 0xB6          /* CAN mailbox */
 
174
#define MTYPE_FLASH 0xc0        /* xmega flash - undocumented in AVR067 */
 
175
#define MTYPE_USERSIG 0xc5      /* xmega user signature - undocumented in AVR067 */
 
176
#define MTYPE_PRODSIG 0xc6      /* xmega production signature - undocumented in AVR067 */
173
177
 
174
178
/* (some) ICE parameters, for CMND_{GET,SET}_PARAMETER */
175
179
#define PAR_HW_VERSION 0x01
219
223
#define PAR_TARGET_SIGNATURE 0x1D
220
224
#define PAR_DEBUGWIRE_BAUDRATE 0x1E
221
225
#define PAR_PROGRAM_ENTRY_POINT 0x1F
 
226
#define PAR_PDI_OFFSET_START 0x32
 
227
#define PAR_PDI_OFFSET_END 0x33
222
228
#define PAR_PACKET_PARSING_ERRORS 0x40
223
229
#define PAR_VALID_PACKETS_RECEIVED 0x41
224
230
#define PAR_INTERCOMMUNICATION_TX_FAILURES 0x42