docs/esp32: Add documentation for SPI Ethernet devices on esp32 port.

Also cross-link with the other WIZNET5K driver, to avoid confusion.

This work was funded through GitHub Sponsors.

Signed-off-by: Angus Gratton <angus@redyak.com.au>
This commit is contained in:
Angus Gratton
2025-01-29 15:18:31 +11:00
committed by Damien George
parent b11ba39c57
commit 12dd9cb745
3 changed files with 104 additions and 16 deletions

View File

@@ -9,6 +9,9 @@ the W5200 and W5500 chipsets. The particular chipset that is supported
by the firmware is selected at compile-time via the MICROPY_PY_NETWORK_WIZNET5K
option.
.. note:: The esp32 port also supports WIZnet W5500 chipsets, but this port
uses the :ref:`network.LAN interface <esp32_spi_ethernet>`.
Example usage::
import network