mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-22 11:22:13 +00:00
Removed references to components/ethernet_init to use new managed component ethernet_init.
8 lines
360 B
Plaintext
8 lines
360 B
Plaintext
# This is the default CI config for building the example for all supported targets
|
|
# Note that it enables SPI Ethernet, so it uses eth-eth bridge (to support targets that don't have Wi-Fi)
|
|
CONFIG_ESP_NETIF_TCPIP_LWIP=y
|
|
CONFIG_ESP_NETIF_BRIDGE_EN=y
|
|
CONFIG_ETHERNET_SPI_SUPPORT=y
|
|
CONFIG_LWIP_NUM_NETIF_CLIENT_DATA=1
|
|
# CONFIG_ETHERNET_INTERNAL_SUPPORT is not set
|