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

14 lines
255 B
Markdown
Raw Normal View History

# EMAC Test
| Supported Targets | ESP32 | ESP32-P4 |
| ----------------- | ----- | -------- |
2021-07-14 15:37:47 +08:00
2022-11-08 16:54:39 +00:00
This test app is used to test Ethernet MAC behavior with different chips.
2021-07-14 15:37:47 +08:00
## Prerequisites
Install third part Python packages:
```bash
pip install scapy
```