1
0
Fork 0

Add support of USBasp bootloader.

This commit is contained in:
tmk 2012-06-30 14:44:14 +09:00
parent 2c5d3ac76f
commit 6d79e6579f
3 changed files with 37 additions and 52 deletions

View file

@ -1,10 +1,12 @@
VUSB_DIR = protocol/vusb
OPT_DEFS += -DHOST_VUSB
SRC += vusb.c \
usbdrv.c \
usbdrvasm.S \
oddebug.c \
bootloader_usbasp.c \
SRC += $(VUSB_DIR)/main.c \
$(VUSB_DIR)/vusb.c \
$(VUSB_DIR)/usbdrv/usbdrv.c \
$(VUSB_DIR)/usbdrv/usbdrvasm.S \
$(VUSB_DIR)/usbdrv/oddebug.c
ifdef NO_UART