esp-idf/components/esp_eth/test_apps
Ondrej Kosta d15a9c2c48 feat(esp_eth): a new folder structure of the driver and other improvements
Fixed memory leak in emac_esp_new_dma function.

Polished ESP EMAC cache management.

Added emac_periph definitions based on SoC features and improved(generalized) ESP EMAC GPIO
initialization.

Added ESP EMAC GPIO reservation.

Added check for frame error condition indicated by EMAC DMA and created a target test.
2024-05-14 08:23:31 +02:00
..
main feat(esp_eth): a new folder structure of the driver and other improvements 2024-05-14 08:23:31 +02:00
.build-test-rules.yml
.gitignore
CMakeLists.txt
README.md
pytest_esp_eth.py feat(esp_eth): added option to configure interrupt priority 2024-03-07 10:30:32 +01:00
sdkconfig.ci.default_dm9051
sdkconfig.ci.default_dp83848
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