mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
dc043109d7
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. |
||
---|---|---|
.. | ||
eth_phy | ||
include | ||
test | ||
CMakeLists.txt | ||
component.mk | ||
emac_common.h | ||
emac_desc.h | ||
emac_dev.c | ||
emac_dev.h | ||
emac_main.c | ||
Kconfig |