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

123456789101112
  1. IWRAP_DIR = protocol/iwrap
  2. OPT_DEFS += -DHOST_IWRAP
  3. SRC += $(IWRAP_DIR)/iwrap.c \
  4. $(IWRAP_DIR)/suart.S \
  5. $(IWRAP_DIR)/sendchar_uart.c \
  6. $(IWRAP_DIR)/uart.c
  7. # Search Path
  8. VPATH += $(TOP_DIR)/protocol/iwrap