Factor out all the ISP related code into a seperate ISPProtocol set of files in the...
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 2 Dec 2009 12:02:01 +0000 (12:02 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 2 Dec 2009 12:02:01 +0000 (12:02 +0000)
commit1ed6925b5bf417848b83887b32e3ede05a1c691b
treee99aac1a5cbf4e1be0006e6f5fa8939afa1f00e4
parent1645c3d243e57134228d36c23687c2ab664c3f9c
Factor out all the ISP related code into a seperate ISPProtocol set of files in the AVRISP Clone programmer project, to clearly seperate out the programming protocols when PDI programming is implemented.
Projects/AVRISP/Lib/ISPProtocol.c [new file with mode: 0644]
Projects/AVRISP/Lib/ISPProtocol.h [new file with mode: 0644]
Projects/AVRISP/Lib/V2Protocol.c
Projects/AVRISP/Lib/V2Protocol.h
Projects/AVRISP/Lib/V2ProtocolConstants.h
Projects/AVRISP/Lib/V2ProtocolParams.c
Projects/AVRISP/Lib/V2ProtocolParams.h
Projects/AVRISP/Lib/V2ProtocolTarget.c
Projects/AVRISP/Lib/V2ProtocolTarget.h
Projects/AVRISP/makefile