components and configuration update

This commit is contained in:
Bogdan Pilyugin 2022-08-16 17:23:47 +02:00
parent f746a9ccda
commit 939b680ce2
4 changed files with 28 additions and 5 deletions

View File

@ -1253,6 +1253,11 @@
<type>1</type>
<location>C:/Users/bogd/esp-idf-v4.4.1/components/esp_eth/src/esp_eth_mac_esp.c</location>
</link>
<link>
<name>esp_idf_components/esp_eth/src/esp_eth_mac_w5500.c</name>
<type>1</type>
<location>C:/Users/bogd/esp-idf-v4.4.1/components/esp_eth/src/esp_eth_mac_w5500.c</location>
</link>
<link>
<name>esp_idf_components/esp_eth/src/esp_eth_netif_glue.c</name>
<type>1</type>
@ -1288,6 +1293,11 @@
<type>1</type>
<location>C:/Users/bogd/esp-idf-v4.4.1/components/esp_eth/src/esp_eth_phy_rtl8201.c</location>
</link>
<link>
<name>esp_idf_components/esp_eth/src/esp_eth_phy_w5500.c</name>
<type>1</type>
<location>C:/Users/bogd/esp-idf-v4.4.1/components/esp_eth/src/esp_eth_phy_w5500.c</location>
</link>
<link>
<name>esp_idf_components/esp_gdbstub/esp_common/gdbstub_common.c</name>
<type>1</type>

@ -1 +1 @@
Subproject commit 76fd82c44aaae3cfaf745d3cb75627fed7c88637
Subproject commit d6021f9e84c90c8657df506b263b30d29fcaa8fd

View File

@ -355,7 +355,7 @@ CONFIG_ETH_DMA_RX_BUFFER_NUM=10
CONFIG_ETH_DMA_TX_BUFFER_NUM=10
CONFIG_ETH_USE_SPI_ETHERNET=y
# CONFIG_ETH_SPI_ETHERNET_DM9051 is not set
# CONFIG_ETH_SPI_ETHERNET_W5500 is not set
CONFIG_ETH_SPI_ETHERNET_W5500=y
# CONFIG_ETH_SPI_ETHERNET_KSZ8851SNL is not set
# CONFIG_ETH_USE_OPENETH is not set
# end of Ethernet
@ -1270,7 +1270,21 @@ CONFIG_WEBGUIAPP_WIFI_GATEWAY_STA="192.168.1.150"
#
# Ethernet settings
#
# CONFIG_WEBGUIAPP_ETHERNET_ENABLE is not set
CONFIG_WEBGUIAPP_ETHERNET_ENABLE=y
CONFIG_WEBGUIAPP_ETHERNET_ON=y
CONFIG_GPIO_RANGE_MIN=0
CONFIG_GPIO_RANGE_MAX=36
# CONFIG_USE_INTERNAL_ETHERNET is not set
CONFIG_USE_SPI_ETHERNET=y
CONFIG_SPI_ETHERNETS_NUM=1
# CONFIG_DM9051 is not set
# CONFIG_KSZ8851SNL is not set
CONFIG_W5500=y
CONFIG_ETH_SPI_CLOCK_MHZ=12
CONFIG_ETH_SPI_CS0_GPIO=15
CONFIG_ETH_SPI_INT0_GPIO=4
CONFIG_ETH_SPI_PHY_RST0_GPIO=-1
CONFIG_ETH_SPI_PHY_ADDR0=1
# end of Ethernet settings
#

View File

@ -1270,8 +1270,7 @@ CONFIG_WEBGUIAPP_WIFI_GATEWAY_STA="192.168.1.150"
#
# Ethernet settings
#
CONFIG_WEBGUIAPP_ETHERNET_ENABLE=y
CONFIG_WEBGUIAPP_ETHERNET_ON=y
# CONFIG_WEBGUIAPP_ETHERNET_ENABLE is not set
# end of Ethernet settings
#