OVMS3-idf/components/lwip/port/esp32
morris cb98f5a814 ethernet: fix some bugs in phy&mac driver
1. Original register mapping for LAN8720 has some registers that doesn't exist/support.
So just remove them, and fix the power and init function for LAN8720.
2. GPIO16 and GPIO17 is occupied by PSRAM, so only ETH_CLOCK_GPIO_IN mode is supported in that case if using PSRAM.
3. Fix bug of OTA failing with Ethernet
4. Fix bug of multicast with Ethernet
5. Fix potential memory leak
2018-11-19 14:55:43 +08:00
..
debug Feature/sync lwip as submodule 2018-09-06 19:43:08 +08:00
freertos lwip: fix crash caused by sys_mbox_free 2018-11-11 12:17:36 +08:00
include lwip: fix crash caused by sys_mbox_free 2018-11-11 12:17:36 +08:00
netif ethernet: fix some bugs in phy&mac driver 2018-11-19 14:55:43 +08:00
vfs_lwip.c Feature/sync lwip as submodule 2018-09-06 19:43:08 +08:00