Skip to content

Commit 05514e1

Browse files
committed
Wake-On-LAN event for LAN8742A and KSZ8851SNL Ethernet PHY.
- Always activate magic packet event (CONFIG_ETH_WAKE_ON_LAN=y). - Clear WoL event state on startup. - Recompile libesp_eth library. Compile amended fix for [TW#17880] console example crash #1534. - Increase system event stack by 1 kB (CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE=3072). - Recompile libesp_event library.
1 parent 9bd1997 commit 05514e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configs/defconfig.common

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH=y
1717
CONFIG_ESP_INT_WDT_TIMEOUT_MS=300
1818
CONFIG_ESP_IPC_TASK_STACK_SIZE=1024
1919
CONFIG_ESP_MAIN_TASK_STACK_SIZE=4096
20-
CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=2048
20+
CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=3072
2121
CONFIG_ESP_TASK_WDT_PANIC=y
2222
CONFIG_ESP_TIMER_TASK_STACK_SIZE=4096
2323
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
@@ -111,3 +111,4 @@ CONFIG_ESP_COREDUMP_STACK_SIZE=0
111111
CONFIG_MBEDTLS_DYNAMIC_BUFFER=y
112112
CONFIG_MBEDTLS_DYNAMIC_FREE_PEER_CERT=y
113113
CONFIG_MBEDTLS_DYNAMIC_FREE_CONFIG_DATA=y
114+
CONFIG_ETH_WAKE_ON_LAN=y

0 commit comments

Comments
 (0)