diff --git a/docs/en/api-reference/network/esp_eth.rst b/docs/en/api-reference/network/esp_eth.rst index 19c43ad829..a93e7ba442 100644 --- a/docs/en/api-reference/network/esp_eth.rst +++ b/docs/en/api-reference/network/esp_eth.rst @@ -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. diff --git a/docs/zh_CN/api-reference/network/esp_eth.rst b/docs/zh_CN/api-reference/network/esp_eth.rst index e7d181949e..1ed9aca6a7 100644 --- a/docs/zh_CN/api-reference/network/esp_eth.rst +++ b/docs/zh_CN/api-reference/network/esp_eth.rst @@ -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** (简化媒体独立接口)等。