mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
Add YT8531/S31 tests for esp_eth, eth basic, and iperf. Remove test_apps coverage of drivers maintained outside IDF.
11 lines
226 B
Plaintext
11 lines
226 B
Plaintext
# Common / performance options live in sdkconfig.defaults
|
|
|
|
CONFIG_IDF_TARGET="esp32s31"
|
|
|
|
CONFIG_ETH_ENABLED=y
|
|
CONFIG_ETH_USE_ESP32_EMAC=y
|
|
|
|
# Config Ethernet Init
|
|
CONFIG_ETHERNET_INTERNAL_SUPPORT=y
|
|
CONFIG_ETHERNET_PHY_YT8531=y
|