esp-idf/components/ethernet
morris dc043109d7 ethernet: phy init timeout
When ethernet enable again after disable it before, phy init will report timeout.
The cause of this problem is that the enabling of emac clock is too late, and should be placed before phy init.
2018-12-04 17:13:48 +08:00
..
eth_phy ethernet: fix some bugs in phy&mac driver 2018-11-06 11:07:22 +08:00
include ethernet: fix some bugs in phy&mac driver 2018-11-06 11:07:22 +08:00
test ethernetif: fix potential memory leak 2018-11-13 10:11:48 +08:00
CMakeLists.txt
Kconfig ethernet: multi-call failure in esp_eth_init 2018-11-13 16:38:45 +08:00
component.mk
emac_common.h
emac_desc.h
emac_dev.c ethernet: fix some bugs in phy&mac driver 2018-11-06 11:07:22 +08:00
emac_dev.h
emac_main.c ethernet: phy init timeout 2018-12-04 17:13:48 +08:00