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

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