forked from mirror/qmk_firmware
Rename V2ProtocolTarget files to ISPTarget in the AVRISP Programmer Clone project.
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -33,7 +33,7 @@
|
|||||||
* Target-related functions for the ISP Protocol decoder.
|
* 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
|
/** 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.
|
* possible SPI clock prescaler mask for passing to the SPI_Init() routine.
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
#include "V2Protocol.h"
|
#include "V2Protocol.h"
|
||||||
#include "V2ProtocolConstants.h"
|
#include "V2ProtocolConstants.h"
|
||||||
#include "V2ProtocolTarget.h"
|
#include "ISPTarget.h"
|
||||||
|
|
||||||
/* Macros: */
|
/* Macros: */
|
||||||
/** Parameter privilege mask to allow the host PC to read the parameter's value */
|
/** Parameter privilege mask to allow the host PC to read the parameter's value */
|
||||||
|
|||||||
@@ -129,8 +129,8 @@ SRC = $(TARGET).c \
|
|||||||
Descriptors.c \
|
Descriptors.c \
|
||||||
Lib/V2Protocol.c \
|
Lib/V2Protocol.c \
|
||||||
Lib/V2ProtocolParams.c \
|
Lib/V2ProtocolParams.c \
|
||||||
Lib/V2ProtocolTarget.c \
|
|
||||||
Lib/ISPProtocol.c \
|
Lib/ISPProtocol.c \
|
||||||
|
Lib/ISPTarget.c \
|
||||||
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c \
|
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c \
|
||||||
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Endpoint.c \
|
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Endpoint.c \
|
||||||
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Host.c \
|
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Host.c \
|
||||||
|
|||||||
Reference in New Issue
Block a user