Skip to content

Commit 2a34b04

Browse files
suda-morrisespressif-bot
authored andcommitted
esp_eth: refactor ksz8041 driver into ksz80xx
1 parent 98a4c70 commit 2a34b04

File tree

3 files changed

+158
-461
lines changed

3 files changed

+158
-461
lines changed

components/esp_eth/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ if(CONFIG_ETH_ENABLED)
2222
list(APPEND srcs "src/esp_eth_mac_esp32.c"
2323
"src/esp_eth_phy_dp83848.c"
2424
"src/esp_eth_phy_ip101.c"
25-
"src/esp_eth_phy_ksz8041.c"
26-
"src/esp_eth_phy_ksz8081.c"
25+
"src/esp_eth_phy_ksz80xx.c"
2726
"src/esp_eth_phy_lan8720.c"
2827
"src/esp_eth_phy_rtl8201.c")
2928
endif()

components/esp_eth/src/esp_eth_phy_ksz8081.c

Lines changed: 0 additions & 361 deletions
This file was deleted.

0 commit comments

Comments
 (0)