Add support of iWRAP5
- mouse virtical wheel - consumer page
This commit is contained in:
parent
1eb67303ee
commit
a77ae5f843
11 changed files with 402 additions and 27 deletions
|
@ -2,10 +2,22 @@ IWRAP_DIR = protocol/iwrap
|
|||
|
||||
OPT_DEFS += -DPROTOCOL_IWRAP
|
||||
|
||||
SRC += $(IWRAP_DIR)/iwrap.c \
|
||||
SRC += $(IWRAP_DIR)/main.c \
|
||||
$(IWRAP_DIR)/iwrap.c \
|
||||
$(IWRAP_DIR)/suart.S \
|
||||
$(IWRAP_DIR)/sendchar_uart.c \
|
||||
$(IWRAP_DIR)/uart.c
|
||||
$(COMMON_DIR)/sendchar_uart.c \
|
||||
$(COMMON_DIR)/uart.c
|
||||
|
||||
# TODO: compatible with LUFA and PJRC
|
||||
# V-USB
|
||||
#
|
||||
#VUSB_DIR = protocol/vusb
|
||||
#OPT_DEFS += -DPROTOCOL_VUSB
|
||||
#SRC += $(VUSB_DIR)/vusb.c \
|
||||
# $(VUSB_DIR)/usbdrv/usbdrv.c \
|
||||
# $(VUSB_DIR)/usbdrv/usbdrvasm.S \
|
||||
# $(VUSB_DIR)/usbdrv/oddebug.c
|
||||
#VPATH += $(TOP_DIR)/protocol/vusb:$(TOP_DIR)/protocol/vusb/usbdrv
|
||||
|
||||
|
||||
# Search Path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue