mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
90c8bd93e0
ethernet: Add LAN8720 phy support, move PHY to components Encompasses PR #383 https://github.com/espressif/esp-idf/pull/383 Also includes changes to move PHY support functions into ethernet component, similar to #398 https://github.com/espressif/esp-idf/pull/398/files. See merge request !540