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 220B

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