add makefile, add cdc_uac2 to cmake example list, update descriptor to build with nrf and samg/7x

This commit is contained in:
hathach
2023-08-03 14:55:24 +07:00
parent 6844055dd1
commit d89fc0772b
7 changed files with 37 additions and 60 deletions

View File

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