Merge branch 'docs/remove_user_guide_for_esp32_ethernet_migration_v5.1' into 'release/v5.1'

docs: remove user guide for esp32-ethernet-kit migration (v5.1)

See merge request espressif/esp-idf!32588
This commit is contained in:
Krzysztof Budzynski
2024-08-09 16:27:59 +08:00
22 changed files with 4 additions and 2420 deletions

View File

@@ -142,7 +142,7 @@ The Ethernet driver is composed of two parts: MAC and PHY.
.. note::
ESP-IDF only supports the RMII interface (i.e. always select ``CONFIG_ETH_PHY_INTERFACE_RMII`` in the Kconfig option :ref:`CONFIG_ETH_PHY_INTERFACE`).
Signals used in the data plane are fixed to specific GPIOs via MUX, they can't be modified to other GPIOs. Signals used in the control plane can be routed to any free GPIOs via Matrix. Please refer to :doc:`ESP32-Ethernet-Kit <../../hw-reference/esp32/get-started-ethernet-kit>` for hardware design example.
Signals used in the data plane are fixed to specific GPIOs via IO_MUX, they can not be modified to other GPIOs. Signals used in the control plane can be routed to any free GPIOs via Matrix. Please refer to `ESP32-Ethernet-Kit <https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32/esp32-ethernet-kit/index.html>`_ for hardware design example.
You need to set up the necessary parameters for MAC and PHY respectively based on your Ethernet board design, and then combine the two together to complete the driver installation.