add hid_boot_interface example

This commit is contained in:
hathach
2021-08-17 13:21:24 +07:00
parent 02277133ae
commit 5f6418ccd7
10 changed files with 638 additions and 16 deletions

View File

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