create hid multiple interface example

This commit is contained in:
Zachery Littell
2020-10-01 13:15:37 -05:00
parent b7208d6f7e
commit e21ab8d4a9
5 changed files with 553 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
include ../../../tools/top.mk
include ../../make.mk
INC += \
src \
$(TOP)/hw \
# Example source
EXAMPLE_SOURCE += $(wildcard src/*.c)
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
include ../../rules.mk