esp-idf/components/esp_eth/src
David Cermak 676cd99c42 esp_eth: Fix dm9051 Rx interrupt processing
* Disable Tx interrupts to fix race condition of missing Rx interrupt
* Check if GPIO interrupt is asserted periodically if the ISR event missed

Closes https://github.com/espressif/esp-idf/issues/6414
2021-09-07 16:38:43 +02:00
..
dm9051.h
esp_eth.c
esp_eth_mac_dm9051.c esp_eth: Fix dm9051 Rx interrupt processing 2021-09-07 16:38:43 +02:00
esp_eth_mac_esp.c
esp_eth_mac_ksz8851snl.c
esp_eth_mac_openeth.c
esp_eth_mac_w5500.c
esp_eth_netif_glue.c
esp_eth_phy.c
esp_eth_phy_dm9051.c eth: dont warn nego timeout if link is down 2021-08-27 15:30:46 +08:00
esp_eth_phy_dp83848.c eth: dont warn nego timeout if link is down 2021-08-27 15:30:46 +08:00
esp_eth_phy_ip101.c eth: dont warn nego timeout if link is down 2021-08-27 15:30:46 +08:00
esp_eth_phy_ksz80xx.c eth: dont warn nego timeout if link is down 2021-08-27 15:30:46 +08:00
esp_eth_phy_ksz8851snl.c eth: dont warn nego timeout if link is down 2021-08-27 15:30:46 +08:00
esp_eth_phy_lan87xx.c eth: dont warn nego timeout if link is down 2021-08-27 15:30:46 +08:00
esp_eth_phy_rtl8201.c eth: dont warn nego timeout if link is down 2021-08-27 15:30:46 +08:00
esp_eth_phy_w5500.c
ksz8851.h
openeth.h
w5500.h