mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 02:29:10 -04:00
1. fix infinite loop problem when init phy device 2. fix infinite loop problem when reset mac 3. fix little bugs in ethernetif_init 4. fix incompatible return value between lwip and esp-idf Closes https://github.com/espressif/esp-idf/issues/2331 Closes https://github.com/espressif/esp-idf/issues/2141