avr32 cleanup, now does flash read and verify

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@870 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
dhoerl
2009-10-12 16:44:30 +00:00
parent a13dec9e18
commit ee73e2e873
6 changed files with 141 additions and 267 deletions

View File

@@ -90,7 +90,8 @@ typedef struct opcode {
#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 AVRPART_INIT_SMC 0x0200 /* part will undergo chip erase */
#define AVRPART_WRITE 0x0400 /* at least one write operation specified */
#define AVR_DESCLEN 64
#define AVR_IDLEN 32