Keyboard firmwares for Atmel AVR and Cortex-M
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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