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
@@ -14,6 +14,14 @@ menuconfig BSP_USING_GPIO
source "$BSP_DIR/third_party_driver/gpio/Kconfig"
endif
menuconfig BSP_USING_LWIP
bool "Using LwIP by ethernet device"
default n
select RESOURCES_LWIP
if BSP_USING_LWIP
source "$BSP_DIR/third_party_driver/ethernet/Kconfig"
endif
menuconfig BSP_USING_SPI
bool "Using SPI device"
default n