Keyboard firmwares for Atmel AVR and Cortex-M
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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