OVMS3-idf/components/lwip
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
..
apps add ping length and QoS 2018-10-17 09:39:27 +00:00
include/apps add ping length and QoS 2018-10-17 09:39:27 +00:00
include_compat/apps/sntp lwip: add compatibility headers for sntp.h and esp_ping.h 2018-09-21 14:09:37 +08:00
lwip@046fadde07 lwip: fix crash caused by sys_mbox_free 2018-11-11 12:17:36 +08:00
port/esp32 ethernet: fix some bugs in phy&mac driver 2018-11-19 14:55:43 +08:00
test_afl_host lwip: updated fuzzer tests to be compatible with new lwip module 2018-10-11 08:05:14 +02:00
CHANGELOG remove executable permission from source files 2018-05-29 20:07:45 +08:00
CMakeLists.txt lwip: add compatibility headers for sntp.h and esp_ping.h 2018-09-21 14:09:37 +08:00
component.mk lwip: add compatibility headers for sntp.h and esp_ping.h 2018-09-21 14:09:37 +08:00
Kconfig Fix some typos related to ethernet documentation and Kconfig. Closes https://github.com/espressif/esp-idf/pull/2642 2018-10-28 21:12:09 +01:00
VERSION Initial public version 2016-08-17 23:08:22 +08:00