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.

vusb.mk 231B

1234567891011121314151617
  1. OPT_DEFS += -DHOST_VUSB
  2. SRC += vusb.c \
  3. usbdrv.c \
  4. usbdrvasm.S \
  5. oddebug.c
  6. ifdef NO_UART
  7. SRC += sendchar_null.c
  8. else
  9. SRC += sendchar_uart.c \
  10. uart.c
  11. endif
  12. # Search Path
  13. VPATH += $(COMMON_DIR)/vusb:$(COMMON_DIR)/vusb/usbdrv