git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@854 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
dhoerl 2009-10-10 20:09:58 +00:00
parent 6f4fe97cca
commit 25bf5bcb37
1 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,8 @@ typedef struct opcode {
#define AVRPART_ENABLEPAGEPROGRAMMING 0x0020 /* JTAG ICE mkII param. */
#define AVRPART_HAS_DW 0x0040 /* part has a debugWire i/f */
#define AVRPART_HAS_PDI 0x0080 /* part has PDI i/f rather than ISP (ATxmega) */
#define AVRPART_AVR32 0x0100 /* part is in AVR32 family */
#define AVRPART_CHIP_ERASE 0x0200 /* part will undergo chip erase */
#define AVR_DESCLEN 64
#define AVR_IDLEN 32