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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

rn42.mk 174B

123456789101112
  1. RN42_DIR = rn42
  2. SRC += serial_uart.c \
  3. rn42/suart.S \
  4. rn42/rn42.c \
  5. rn42/rn42_task.c \
  6. rn42/battery.c \
  7. rn42/main.c
  8. OPT_DEFS += -DPROTOCOL_RN42
  9. VPATH += $(RN42_DIR)