Merge branch 'feature/KSZ8091_support' into 'master'

Add support for Eth PHY KSZ8091

Closes IDFGH-5845

See merge request espressif/esp-idf!15702
This commit is contained in:
morris
2021-11-02 02:37:53 +00:00
3 changed files with 58 additions and 32 deletions

View File

@@ -591,7 +591,6 @@ components/esp_eth/include/esp_eth.h
components/esp_eth/include/esp_eth_com.h
components/esp_eth/include/esp_eth_mac.h
components/esp_eth/include/esp_eth_netif_glue.h
components/esp_eth/include/esp_eth_phy.h
components/esp_eth/include/eth_phy_regs_struct.h
components/esp_eth/src/dm9051.h
components/esp_eth/src/esp_eth.c
@@ -605,7 +604,6 @@ components/esp_eth/src/esp_eth_phy.c
components/esp_eth/src/esp_eth_phy_dm9051.c
components/esp_eth/src/esp_eth_phy_dp83848.c
components/esp_eth/src/esp_eth_phy_ip101.c
components/esp_eth/src/esp_eth_phy_ksz80xx.c
components/esp_eth/src/esp_eth_phy_ksz8851snl.c
components/esp_eth/src/esp_eth_phy_lan87xx.c
components/esp_eth/src/esp_eth_phy_rtl8201.c