OVMS3-idf/components/ethernet
morris 20b7f0ec87 ethernet: fix infinite loop when init phy or reset mac
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
2018-09-20 10:09:38 +08:00
..
eth_phy ethernet: fix infinite loop when init phy or reset mac 2018-09-20 10:09:38 +08:00
include ethernet: fix infinite loop when init phy or reset mac 2018-09-20 10:09:38 +08:00
test ethernet: support esp_eth_deinit 2018-08-28 12:18:48 +08:00
CMakeLists.txt cmake: make main a component again 2018-09-11 09:44:12 +08:00
component.mk remove executable permission from source files 2018-05-29 20:07:45 +08:00
emac_common.h ethernet: fix infinite loop when init phy or reset mac 2018-09-20 10:09:38 +08:00
emac_desc.h ethernet: add first version of ethernet driver 2016-12-01 19:17:48 +08:00
emac_dev.c ethernet: fix infinite loop when init phy or reset mac 2018-09-20 10:09:38 +08:00
emac_dev.h ethernet: fix infinite loop when init phy or reset mac 2018-09-20 10:09:38 +08:00
emac_main.c ethernet: fix infinite loop when init phy or reset mac 2018-09-20 10:09:38 +08:00
Kconfig ethernet: enlarge ethernet task stack size 2018-09-07 10:16:34 +08:00