rename host/hid_to_cdc to dual/host_hid_to_device_cdc

This commit is contained in:
hathach
2022-05-10 13:01:28 +07:00
parent 26ee622222
commit e3b57cea05
6 changed files with 0 additions and 0 deletions
@@ -0,0 +1,19 @@
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))
CFLAGS += -Wno-error=cast-align -Wno-error=null-dereference
SRC_C += \
src/class/hid/hid_host.c \
src/host/hub.c \
src/host/usbh.c
include ../../rules.mk