esp-idf/components/esp_eth/test_apps
David Cermak 5c383d7b73 esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers"
Fix dependency tree so that lwip doesn't depend on any specific network
interface component.
Network interface drivers shall depend on esp_netif.
esp_netif shall depend on lwip (but not on any specific interface
driver) -- it optionally depends on vfs and esp_eth (need ethernet
header for L2/bridge mode)
2022-07-20 14:59:07 +02:00
..
main esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers" 2022-07-20 14:59:07 +02:00
.gitignore esp_eth: new test_app: emac layer tests 2021-09-08 20:00:14 +08:00
CMakeLists.txt tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
pytest_esp_eth.py esp_eth: pytest_esp_eth CI timeout hotfix 2022-06-27 11:21:31 +02:00
README.md Created EMAC start/stop stress test under heavy traffic 2022-02-14 08:21:43 +01:00
sdkconfig.ci.ip101 esp_eth: new test_app: emac layer tests 2021-09-08 20:00:14 +08:00
sdkconfig.ci.lan8720 Added KSZ8041/81 and LAN8720 Driver IDF v5.0 migration description 2021-12-03 14:28:52 +01:00

EMAC Test

Supported Targets ESP32

This test app is used to test MAC layer behavior with different PHY chips:

  • IP101
  • LAN8720

Prerequisites

Install third part Python packages:

pip install scapy