Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure erase...
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 8 Feb 2010 03:16:09 +0000 (03:16 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 8 Feb 2010 03:16:09 +0000 (03:16 +0000)
commit7ae91099e9b356d3f9fe14b41a53a6af1161690c
tree04d85c5425799a686b7448564a21556f7e56649b
parent6a48efd3bd66a1f6b4e24a75881dac337e3c9c95
Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure erase location is the high byte in the given address space, check NVMBUSY for completion rather than the NVM Bus Enable bit.

Change If-Else chains over to switch statements in XPROGProtocol.c for clarity.
Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.txt
Demos/Device/LowLevel/DualVirtualSerial/DualVirtualSerial.txt
LUFA/Drivers/USB/Class/Device/CDC.h
LUFA/Drivers/USB/Class/Host/CDC.h
LUFA/ManPages/VIDAndPIDValues.txt
Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.c
Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.h
Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.c
Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.h