Merge branch 'fix/esp_eth_p4_docs' into 'master'

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

See merge request espressif/esp-idf!31489
This commit is contained in:
Ondrej Kosta
2024-06-13 18:03:22 +08:00
2 changed files with 2 additions and 6 deletions

View File

@@ -116,9 +116,7 @@ Configure MAC and PHY
The Ethernet driver is composed of two parts: MAC and PHY.
.. TODO remove esp32p4 (IDF-9057)
.. only:: SOC_EMAC_SUPPORTED and not esp32p4
.. only:: SOC_EMAC_SUPPORTED
The communication between MAC and PHY can have diverse choices: **MII** (Media Independent Interface), **RMII** (Reduced Media Independent Interface), etc.

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** (简化媒体独立接口)等。