feat add ethernet driver for hc32f4a0 board, compile OK and PHY Loop-Back test OK

This commit is contained in:
Liu_Weichao
2022-12-05 17:46:56 +08:00
parent dc8244cc5d
commit 465241e569
12 changed files with 1033 additions and 3 deletions
@@ -16,6 +16,10 @@ ifeq ($(CONFIG_BSP_USING_I2C),y)
SRC_FILES += hc32_ll_i2c.c
endif
ifeq ($(CONFIG_BSP_USING_LWIP),y)
SRC_FILES += hc32_ll_eth.c
endif
ifeq ($(CONFIG_BSP_USING_USB),y)
SRC_FILES += hc32_ll_usb.c
endif