Moved out target-related V2 protocol commands into a seperate file for the AVRISP project.
Added Load Extended Command functionality to the LOAD ADDRESS V2 Protocol command handler for devices with more than 64KB of memory.
This commit is contained in:
parent
f229502d9a
commit
7e74bd3ea2
7 changed files with 185 additions and 83 deletions
|
|
@ -137,6 +137,7 @@ SRC = $(TARGET).c \
|
|||
Descriptors.c \
|
||||
Lib/V2Protocol.c \
|
||||
Lib/V2ProtocolParams.c \
|
||||
Lib/V2ProtocolTarget.c \
|
||||
$(LUFA_PATH)/LUFA/Drivers/Peripheral/SerialStream.c \
|
||||
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c \
|
||||
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/Endpoint.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue