docs(esp_eth): enabled Configure MAC and PHY section for P4

This commit is contained in:
Ondrej Kosta
2024-06-13 10:24:04 +02:00
parent edc2bd8aab
commit f1989b0dc1

View File

@@ -116,9 +116,7 @@
以太网驱动器由两部分组成MAC 和 PHY。
.. TODO remove esp32p4 (IDF-9057)
.. only:: SOC_EMAC_SUPPORTED and not esp32p4
.. only:: SOC_EMAC_SUPPORTED
MAC 和 PHY 之间的通信可以通过多种方式进行,如: **MII** (媒体独立接口)、 **RMII** (简化媒体独立接口)等。