Added Bulegiga iWRAP support into HHKB.(Bluetooth)

This commit is contained in:
tmk
2011-09-17 22:39:50 +09:00
parent b703de7b29
commit e67c988824
90 changed files with 3154 additions and 541 deletions

17
vusb.mk Normal file
View File

@@ -0,0 +1,17 @@
OPT_DEFS += -DHOST_VUSB
SRC += vusb.c \
usbdrv.c \
usbdrvasm.S \
oddebug.c
ifdef NO_UART
SRC += sendchar_null.c
else
SRC += sendchar_uart.c \
uart.c
endif
# Search Path
VPATH += $(COMMON_DIR)/vusb:$(COMMON_DIR)/vusb/usbdrv