Rename V2ProtocolTarget files to ISPTarget in the AVRISP Programmer Clone project.

Dean Camera 16 years ago
parent 1ed6925b5b
commit 5930f47bf4

File diff suppressed because one or more lines are too long

@ -33,7 +33,7 @@
* Target-related functions for the ISP Protocol decoder.
*/
#include "V2ProtocolTarget.h"
#include "ISPTarget.h"
/** Converts the given AVR Studio SCK duration parameter (set by a SET PARAM command from the host) to the nearest
* possible SPI clock prescaler mask for passing to the SPI_Init() routine.

@ -48,7 +48,7 @@
#include "V2Protocol.h"
#include "V2ProtocolConstants.h"
#include "V2ProtocolTarget.h"
#include "ISPTarget.h"
/* Macros: */
/** Parameter privilege mask to allow the host PC to read the parameter's value */

@ -129,8 +129,8 @@ SRC = $(TARGET).c \
Descriptors.c \
Lib/V2Protocol.c \
Lib/V2ProtocolParams.c \
Lib/V2ProtocolTarget.c \
Lib/ISPProtocol.c \
Lib/ISPTarget.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Endpoint.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Host.c \

Loading…
Cancel
Save