switch gd32 and stm32f4 to use new dwc2 driver

This commit is contained in:
hathach
2021-10-25 00:06:57 +07:00
parent 06de6b725c
commit 32742571da
5 changed files with 1516 additions and 1374 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ CFLAGS += \
CFLAGS += -Wno-error=unused-parameter
SRC_C += \
src/portable/st/synopsys/dcd_synopsys.c \
src/portable/synopsys/dwc2/dcd_dwc2.c \
$(GD32VF103_SDK_DRIVER)/gd32vf103_rcu.c \
$(GD32VF103_SDK_DRIVER)/gd32vf103_gpio.c \
$(GD32VF103_SDK_DRIVER)/Usb/gd32vf103_usb_hw.c \