esp-idf/components/esp_eth/test_apps/README.md

16 wiersze
252 B
Markdown
Czysty Zwykły widok Historia

# 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:
```bash
pip install scapy
```