mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-30 23:02:42 +01:00
Add openeth type to Ethernet controller (#4007)
This commit is contained in:
parent
64df285132
commit
84d6905a87
@ -55,6 +55,7 @@ Configuration variables:
|
|||||||
- ``KSZ8081`` (RMII)
|
- ``KSZ8081`` (RMII)
|
||||||
- ``KSZ8081RNA`` (RMII)
|
- ``KSZ8081RNA`` (RMII)
|
||||||
- ``W5500`` (SPI)
|
- ``W5500`` (SPI)
|
||||||
|
- ``OPENETH`` (QEMU, ESP-IDF only)
|
||||||
|
|
||||||
RMII configuration variables:
|
RMII configuration variables:
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
@ -287,6 +288,14 @@ Configuration examples
|
|||||||
phy_addr: 0
|
phy_addr: 0
|
||||||
power_pin: GPIO12
|
power_pin: GPIO12
|
||||||
|
|
||||||
|
|
||||||
|
**QEMU qemu-system-xtensa**:
|
||||||
|
|
||||||
|
.. code-block:: yaml
|
||||||
|
|
||||||
|
ethernet:
|
||||||
|
type: OPENETH
|
||||||
|
|
||||||
See Also
|
See Also
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user