ethernet: move netif glue && add ref counter

1. move netif glue into single file
2. add reference counter for Ethernet driver
This commit is contained in:
morris
2019-11-26 17:48:38 +08:00
parent e349f86d18
commit c3ee156df0
31 changed files with 644 additions and 335 deletions

View File

@@ -80,6 +80,7 @@ INPUT = \
../../components/esp_eth/include/esp_eth_com.h \
../../components/esp_eth/include/esp_eth_mac.h \
../../components/esp_eth/include/esp_eth_phy.h \
../../components/esp_eth/include/esp_eth_netif_glue.h \
##
## Peripherals - API Reference
##