esp-idf/components/esp_eth/test_apps
Ondrej Kosta b0259f59c2 fix(esp_eth): improved SPI Ethernet _alloc_recv_buf error handling 2024-02-14 12:40:04 +01:00
..
main fix(esp_eth): improved SPI Ethernet _alloc_recv_buf error handling 2024-02-14 12:40:04 +01:00
.build-test-rules.yml ci(esp_eth): added tests of all supported Etherent chips 2023-10-12 07:23:51 +00:00
.gitignore
CMakeLists.txt
README.md
pytest_esp_eth.py fix(esp_eth): improved SPI Ethernet _alloc_recv_buf error handling 2024-02-14 12:40:04 +01:00
sdkconfig.ci.default_dm9051
sdkconfig.ci.default_dp83848 ci(esp_eth): added tests of all supported Etherent chips 2023-10-12 07:23:51 +00:00
sdkconfig.ci.default_ip101
sdkconfig.ci.default_ip101_esp32p4 feat(esp_eth): Added support of internal EMAC for ESP32P4 2024-01-16 14:29:25 +01:00
sdkconfig.ci.default_ksz8041 ci(esp_eth): addressed LAN8720 errata in CI test 2023-11-08 12:40:28 +00:00
sdkconfig.ci.default_ksz8851snl
sdkconfig.ci.default_lan8720 ci(esp_eth): addressed LAN8720 errata in CI test 2023-11-08 12:40:28 +00:00
sdkconfig.ci.default_rtl8201
sdkconfig.ci.default_w5500
sdkconfig.ci.poll_dm9051 feat(esp_eth): added SPI Ethernet module polling mode 2024-02-07 11:21:57 +01:00
sdkconfig.ci.poll_ksz8851snl feat(esp_eth): added SPI Ethernet module polling mode 2024-02-07 11:21:57 +01:00
sdkconfig.ci.poll_w5500 feat(esp_eth): added SPI Ethernet module polling mode 2024-02-07 11:21:57 +01:00
sdkconfig.ci.release_ip101
sdkconfig.ci.single_core_ip101

README.md

EMAC Test

Supported Targets ESP32

This test app is used to test Ethernet MAC behavior with different chips.

Prerequisites

Install third part Python packages:

pip install scapy