esp-idf/components/esp_eth/src
morris 1e905acacf eth: support W5500 MAC RAW mode
W5500 features an Ethernet MAC+PHY, plus a HW SOCKET implementation.
But in IDF, we only use software TCP/IP stack, which means we have
to bypass the HW TCP/IP stack in W5500.
So we enables the MAC RAW mode in W5500.
2020-11-16 13:30:49 +08:00
..
dm9051.h ethernet: add gpio number into config structure 2019-11-20 10:36:45 +08:00
esp_eth_mac_dm9051.c eth: support W5500 MAC RAW mode 2020-11-16 13:30:49 +08:00
esp_eth_mac_esp32.c esp_eth_mac_esp32: optionally setup SMI GPIO's 2020-09-25 19:59:41 +08:00
esp_eth_mac_openeth.c ethernet: support flow control for esp32 emac 2020-08-10 18:54:25 +08:00
esp_eth_mac_w5500.c eth: support W5500 MAC RAW mode 2020-11-16 13:30:49 +08:00
esp_eth_netif_glue.c ethernet: move netif glue && add ref counter 2019-11-27 10:36:32 +08:00
esp_eth_phy_dm9051.c ethernet: support power on timeout 2020-08-10 18:54:25 +08:00
esp_eth_phy_dp83848.c ethernet: support power on timeout 2020-08-10 18:54:25 +08:00
esp_eth_phy_ip101.c ethernet: support power on timeout 2020-08-10 18:54:25 +08:00
esp_eth_phy_ksz8041.c ethernet: support power on timeout 2020-08-10 18:54:25 +08:00
esp_eth_phy_lan8720.c ethernet: support power on timeout 2020-08-10 18:54:25 +08:00
esp_eth_phy_rtl8201.c ethernet: support power on timeout 2020-08-10 18:54:25 +08:00
esp_eth_phy_w5500.c eth: support W5500 MAC RAW mode 2020-11-16 13:30:49 +08:00
esp_eth_phy.c ethernet: support phy addr auto detect 2019-12-24 11:18:30 +08:00
esp_eth.c Updates for riscv support 2020-11-13 07:49:11 +11:00
openeth.h ethernet: support OpenCores ethernet MAC 2019-10-13 17:05:26 +02:00
w5500.h eth: support W5500 MAC RAW mode 2020-11-16 13:30:49 +08:00