Skip to content

Commit 85ae297

Browse files
committed
Add support for Wake-on-LAN with a specific implementation for the
Microchip LAN8742 Ethernet PHY.
1 parent d36a830 commit 85ae297

File tree

8 files changed

+4
-0
lines changed

8 files changed

+4
-0
lines changed

tools/sdk/esp32/lib/libesp_eth.a

9.79 KB
Binary file not shown.

tools/sdk/esp32/sdkconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,7 @@ CONFIG_ESP_ERR_TO_NAME_LOOKUP=y
802802
#
803803
CONFIG_ETH_ENABLED=y
804804
CONFIG_ETH_USE_ESP32_EMAC=y
805+
CONFIG_ETH_WAKE_ON_LAN=y
805806
CONFIG_ETH_PHY_INTERFACE_RMII=y
806807
CONFIG_ETH_RMII_CLK_INPUT=y
807808
# CONFIG_ETH_RMII_CLK_OUTPUT is not set

tools/sdk/esp32c3/lib/libesp_eth.a

-2 KB
Binary file not shown.

tools/sdk/esp32c3/sdkconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -865,6 +865,7 @@ CONFIG_ESP_ERR_TO_NAME_LOOKUP=y
865865
# Ethernet
866866
#
867867
CONFIG_ETH_ENABLED=y
868+
CONFIG_ETH_WAKE_ON_LAN=y
868869
CONFIG_ETH_USE_SPI_ETHERNET=y
869870
CONFIG_ETH_SPI_ETHERNET_DM9051=y
870871
CONFIG_ETH_SPI_ETHERNET_W5500=y

tools/sdk/esp32s2/lib/libesp_eth.a

-2.4 KB
Binary file not shown.

tools/sdk/esp32s2/sdkconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@ CONFIG_ESP_ERR_TO_NAME_LOOKUP=y
563563
# Ethernet
564564
#
565565
CONFIG_ETH_ENABLED=y
566+
CONFIG_ETH_WAKE_ON_LAN=y
566567
CONFIG_ETH_USE_SPI_ETHERNET=y
567568
CONFIG_ETH_SPI_ETHERNET_DM9051=y
568569
CONFIG_ETH_SPI_ETHERNET_W5500=y

tools/sdk/esp32s3/lib/libesp_eth.a

-2.4 KB
Binary file not shown.

tools/sdk/esp32s3/sdkconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,6 +1010,7 @@ CONFIG_ESP_ERR_TO_NAME_LOOKUP=y
10101010
# Ethernet
10111011
#
10121012
CONFIG_ETH_ENABLED=y
1013+
CONFIG_ETH_WAKE_ON_LAN=y
10131014
CONFIG_ETH_USE_SPI_ETHERNET=y
10141015
CONFIG_ETH_SPI_ETHERNET_DM9051=y
10151016
CONFIG_ETH_SPI_ETHERNET_W5500=y

0 commit comments

Comments
 (0)