components and configuration update
This commit is contained in:
parent
f746a9ccda
commit
939b680ce2
10
.project
10
.project
|
|
@ -1253,6 +1253,11 @@
|
||||||
<type>1</type>
|
<type>1</type>
|
||||||
<location>C:/Users/bogd/esp-idf-v4.4.1/components/esp_eth/src/esp_eth_mac_esp.c</location>
|
<location>C:/Users/bogd/esp-idf-v4.4.1/components/esp_eth/src/esp_eth_mac_esp.c</location>
|
||||||
</link>
|
</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>
|
<link>
|
||||||
<name>esp_idf_components/esp_eth/src/esp_eth_netif_glue.c</name>
|
<name>esp_idf_components/esp_eth/src/esp_eth_netif_glue.c</name>
|
||||||
<type>1</type>
|
<type>1</type>
|
||||||
|
|
@ -1288,6 +1293,11 @@
|
||||||
<type>1</type>
|
<type>1</type>
|
||||||
<location>C:/Users/bogd/esp-idf-v4.4.1/components/esp_eth/src/esp_eth_phy_rtl8201.c</location>
|
<location>C:/Users/bogd/esp-idf-v4.4.1/components/esp_eth/src/esp_eth_phy_rtl8201.c</location>
|
||||||
</link>
|
</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>
|
<link>
|
||||||
<name>esp_idf_components/esp_gdbstub/esp_common/gdbstub_common.c</name>
|
<name>esp_idf_components/esp_gdbstub/esp_common/gdbstub_common.c</name>
|
||||||
<type>1</type>
|
<type>1</type>
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 76fd82c44aaae3cfaf745d3cb75627fed7c88637
|
Subproject commit d6021f9e84c90c8657df506b263b30d29fcaa8fd
|
||||||
18
sdkconfig
18
sdkconfig
|
|
@ -355,7 +355,7 @@ CONFIG_ETH_DMA_RX_BUFFER_NUM=10
|
||||||
CONFIG_ETH_DMA_TX_BUFFER_NUM=10
|
CONFIG_ETH_DMA_TX_BUFFER_NUM=10
|
||||||
CONFIG_ETH_USE_SPI_ETHERNET=y
|
CONFIG_ETH_USE_SPI_ETHERNET=y
|
||||||
# CONFIG_ETH_SPI_ETHERNET_DM9051 is not set
|
# 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_SPI_ETHERNET_KSZ8851SNL is not set
|
||||||
# CONFIG_ETH_USE_OPENETH is not set
|
# CONFIG_ETH_USE_OPENETH is not set
|
||||||
# end of Ethernet
|
# end of Ethernet
|
||||||
|
|
@ -1270,7 +1270,21 @@ CONFIG_WEBGUIAPP_WIFI_GATEWAY_STA="192.168.1.150"
|
||||||
#
|
#
|
||||||
# Ethernet settings
|
# 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
|
# end of Ethernet settings
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -1270,8 +1270,7 @@ CONFIG_WEBGUIAPP_WIFI_GATEWAY_STA="192.168.1.150"
|
||||||
#
|
#
|
||||||
# Ethernet settings
|
# Ethernet settings
|
||||||
#
|
#
|
||||||
CONFIG_WEBGUIAPP_ETHERNET_ENABLE=y
|
# CONFIG_WEBGUIAPP_ETHERNET_ENABLE is not set
|
||||||
CONFIG_WEBGUIAPP_ETHERNET_ON=y
|
|
||||||
# end of Ethernet settings
|
# end of Ethernet settings
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user