esp-idf/components/esp_eth/test_apps/README.md
Ondrej 2bf7255285 Ethernet related tests improvements
esp_eth: tests migrated to pytest and added support of multiple Ethernet devices

esp_netif: l2tap test migrated to pytest
2022-11-28 11:34:34 +00:00

14 lines
233 B
Markdown

# EMAC Test
| Supported Targets | ESP32 |
| ----------------- | ----- |
This test app is used to test Ethernet MAC behavior with different chips.
## Prerequisites
Install third part Python packages:
```bash
pip install scapy
```