Skip to content

Commit 7f1f857

Browse files
committed
Add support for Wake-on-LAN with a specific implementation for the
Microchip LAN8742 Ethernet PHY.
1 parent 6ff63fd commit 7f1f857

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

tools/sdk/esp32/include/config/sdkconfig.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@
230230
#define CONFIG_ESP_ERR_TO_NAME_LOOKUP 1
231231
#define CONFIG_ETH_ENABLED 1
232232
#define CONFIG_ETH_USE_ESP32_EMAC 1
233+
#define CONFIG_ETH_WAKE_ON_LAN 1
233234
#define CONFIG_ETH_PHY_INTERFACE_RMII 1
234235
#define CONFIG_ETH_RMII_CLK_INPUT 1
235236
#define CONFIG_ETH_RMII_CLK_IN_GPIO 0

tools/sdk/esp32/lib/libesp_eth.a

16.4 KB
Binary file not shown.

tools/sdk/esp32/sdkconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ CONFIG_ESP_ERR_TO_NAME_LOOKUP=y
626626
#
627627
CONFIG_ETH_ENABLED=y
628628
CONFIG_ETH_USE_ESP32_EMAC=y
629+
CONFIG_ETH_WAKE_ON_LAN=y
629630
CONFIG_ETH_PHY_INTERFACE_RMII=y
630631
CONFIG_ETH_RMII_CLK_INPUT=y
631632
# CONFIG_ETH_RMII_CLK_OUTPUT is not set

0 commit comments

Comments
 (0)