mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
f6420436eb
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. |
||
---|---|---|
.. | ||
main | ||
.build-test-rules.yml | ||
.gitignore | ||
CMakeLists.txt | ||
pytest_esp_eth.py | ||
README.md | ||
sdkconfig.ci.default_dm9051 | ||
sdkconfig.ci.default_dp83848 | ||
sdkconfig.ci.default_ip101 | ||
sdkconfig.ci.default_ip101_esp32p4 | ||
sdkconfig.ci.default_ksz8041 | ||
sdkconfig.ci.default_ksz8851snl | ||
sdkconfig.ci.default_lan8720 | ||
sdkconfig.ci.default_rtl8201 | ||
sdkconfig.ci.default_w5500 | ||
sdkconfig.ci.poll_dm9051 | ||
sdkconfig.ci.poll_ksz8851snl | ||
sdkconfig.ci.poll_w5500 | ||
sdkconfig.ci.release_ip101 | ||
sdkconfig.ci.single_core_ip101 |
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