Keyboard firmwares for Atmel AVR and Cortex-M
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Makefile.vusb 200B

12345678910
  1. OPT_DEFS += -DHOST_VUSB
  2. SRC = usbdrv.c \
  3. usbdrvasm.S \
  4. oddebug.c
  5. SRC += $(TARGET_SRC)
  6. # C source file search path
  7. VPATH = $(TARGET_DIR):$(COMMON_DIR):$(COMMON_DIR)/vusb:$(COMMON_DIR)/vusb/usbdrv