mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-27 16:56:43 +03:00
Add YT8531/S31 tests for esp_eth, eth basic, and iperf. Remove test_apps coverage of drivers maintained outside IDF.
13 lines
373 B
Plaintext
13 lines
373 B
Plaintext
# Common / performance options live in sdkconfig.defaults
|
|
|
|
# Config Ethernet Init
|
|
CONFIG_ETHERNET_PHY_RTL8201=y
|
|
CONFIG_ETHERNET_INTERNAL_SUPPORT=y
|
|
CONFIG_ETHERNET_RMII_CLK_INPUT=y
|
|
# CONFIG_ETHERNET_RMII_CLK_OUTPUT is not set
|
|
CONFIG_ETHERNET_RMII_CLK_GPIO=0
|
|
CONFIG_ETHERNET_MDC_GPIO=16
|
|
CONFIG_ETHERNET_MDIO_GPIO=17
|
|
CONFIG_ETHERNET_PHY_RST_GPIO=-1
|
|
CONFIG_ETHERNET_PHY_ADDR=0
|