Refactored bootloader jumping. Added USBaspLoader support.

This commit is contained in:
tmk
2011-09-22 16:56:36 +09:00
parent e67c988824
commit e65575d4a5
10 changed files with 107 additions and 17 deletions

View File

@@ -3,7 +3,9 @@ OPT_DEFS += -DHOST_VUSB
SRC += vusb.c \
usbdrv.c \
usbdrvasm.S \
oddebug.c
oddebug.c \
bootloader_usbasp.c \
ifdef NO_UART
SRC += sendchar_null.c