mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-26 18:14:11 +00:00
14 lines
255 B
Markdown
14 lines
255 B
Markdown
# EMAC Test
|
|
| Supported Targets | ESP32 | ESP32-P4 |
|
|
| ----------------- | ----- | -------- |
|
|
|
|
This test app is used to test Ethernet MAC behavior with different chips.
|
|
|
|
|
|
## Prerequisites
|
|
Install third part Python packages:
|
|
|
|
```bash
|
|
pip install scapy
|
|
```
|