Keyboard firmwares for Atmel AVR and Cortex-M
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112
  1. IWRAP_DIR = protocol/iwrap
  2. OPT_DEFS += -DPROTOCOL_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