Add openeth type to Ethernet controller (#4007)

This commit is contained in:
Andrey Bodrov 2024-09-19 07:07:37 +03:00 committed by GitHub
parent 64df285132
commit 84d6905a87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,6 +55,7 @@ Configuration variables:
- ``KSZ8081`` (RMII)
- ``KSZ8081RNA`` (RMII)
- ``W5500`` (SPI)
- ``OPENETH`` (QEMU, ESP-IDF only)
RMII configuration variables:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@ -287,6 +288,14 @@ Configuration examples
phy_addr: 0
power_pin: GPIO12
**QEMU qemu-system-xtensa**:
.. code-block:: yaml
ethernet:
type: OPENETH
See Also
--------