CONFIG_ETH_W5500_RX_THREAD_STACK_SIZE¶
Stack size for internal incoming packet handler
Type: int
Help¶
Size of the stack used for internal thread which is ran for
incoming packet processing.
Default¶
800
Kconfig definition¶
At <Zephyr Driver>/ethernet/Kconfig.w5500:14
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Zephyr Driver>/Kconfig:20
→ <Zephyr Driver>/ethernet/Kconfig:58
Menu path: (Top) → Device Drivers → Ethernet Drivers → W5500 Ethernet Controller
config ETH_W5500_RX_THREAD_STACK_SIZE
int "Stack size for internal incoming packet handler"
default 800
depends on ETH_W5500 && NET_L2_ETHERNET
help
Size of the stack used for internal thread which is ran for
incoming packet processing.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)