Add config option to set stack size for emac_rx task

This commit is contained in:
Harshit Malpani
2022-06-14 12:32:16 +05:30
committed by BOT
parent c8854b09e3
commit 3f00a3e120
2 changed files with 7 additions and 0 deletions

View File

@@ -100,6 +100,12 @@ menu "Example Connection Configuration"
Choose this option to connect with Ethernet
if EXAMPLE_CONNECT_ETHERNET
config EXAMPLE_ETHERNET_EMAC_TASK_STACK_SIZE
int "emac_rx task stack size"
default 2048
help
This set stack size for emac_rx task
config EXAMPLE_USE_SPI_ETHERNET
bool