hhkb: Integrate RN-42 support, remove hhkb_rn42

This commit is contained in:
tmk
2015-01-16 10:21:18 +09:00
parent ce66988650
commit 099701dd31
32 changed files with 69 additions and 1004 deletions
+12
View File
@@ -0,0 +1,12 @@
RN42_DIR = rn42
SRC += serial_uart.c \
rn42/suart.S \
rn42/rn42.c \
rn42/rn42_task.c \
rn42/battery.c \
rn42/main.c
OPT_DEFS += -DPROTOCOL_RN42
VPATH += $(RN42_DIR)