Start of implementation of the low level TPI programming protocol in the AVRISP project.
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 23 Dec 2009 12:54:15 +0000 (12:54 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 23 Dec 2009 12:54:15 +0000 (12:54 +0000)
commitcda88cf97c63c26229578e17184bedcdc0cabc77
treedc6b2659faa8056d039c06b19c10ae023df87d4e
parentdf31b1fd5b0bfbf02a766d32e23a7af075bf4911
Start of implementation of the low level TPI programming protocol in the AVRISP project.
18 files changed:
LUFA.pnproj
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/LUFAPoweredProjects.txt
LUFA/ManPages/MigrationInformation.txt
Projects/AVRISP/AVRISP.txt
Projects/AVRISP/Lib/ISPProtocol.h
Projects/AVRISP/Lib/ISPTarget.h
Projects/AVRISP/Lib/NVMTarget.c [deleted file]
Projects/AVRISP/Lib/NVMTarget.h [deleted file]
Projects/AVRISP/Lib/PDIProtocol.h
Projects/AVRISP/Lib/PDITarget.c
Projects/AVRISP/Lib/PDITarget.h
Projects/AVRISP/Lib/TPITarget.c [new file with mode: 0644]
Projects/AVRISP/Lib/TPITarget.h [new file with mode: 0644]
Projects/AVRISP/Lib/V2Protocol.h
Projects/AVRISP/Lib/XMEGANVM.c [new file with mode: 0644]
Projects/AVRISP/Lib/XMEGANVM.h [new file with mode: 0644]
Projects/AVRISP/makefile