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.

iwrap.mk 539B

123456789101112131415161718192021222324
  1. IWRAP_DIR = protocol/iwrap
  2. OPT_DEFS += -DPROTOCOL_IWRAP
  3. SRC += $(IWRAP_DIR)/main.c \
  4. $(IWRAP_DIR)/iwrap.c \
  5. $(IWRAP_DIR)/suart.S \
  6. $(COMMON_DIR)/sendchar_uart.c \
  7. $(COMMON_DIR)/uart.c
  8. # TODO: compatible with LUFA and PJRC
  9. # V-USB
  10. #
  11. #VUSB_DIR = protocol/vusb
  12. #OPT_DEFS += -DPROTOCOL_VUSB
  13. #SRC += $(VUSB_DIR)/vusb.c \
  14. # $(VUSB_DIR)/usbdrv/usbdrv.c \
  15. # $(VUSB_DIR)/usbdrv/usbdrvasm.S \
  16. # $(VUSB_DIR)/usbdrv/oddebug.c
  17. #VPATH += $(TOP_DIR)/protocol/vusb:$(TOP_DIR)/protocol/vusb/usbdrv
  18. # Search Path
  19. VPATH += $(TOP_DIR)/protocol/iwrap