samples: net: wifi: Fix stack sizes
Wi-Fi sample is stack heavy, so, by default increase the stack sizes to work with any driver, esp. those use WPA supplicant like nRF Wi-Fi. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
parent
bf4f51a7c6
commit
65bdf6564b
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ CONFIG_EARLY_CONSOLE=y
|
|||
CONFIG_NETWORKING=y
|
||||
CONFIG_TEST_RANDOM_GENERATOR=y
|
||||
|
||||
CONFIG_MAIN_STACK_SIZE=5200
|
||||
CONFIG_SHELL_STACK_SIZE=5200
|
||||
CONFIG_NET_TX_STACK_SIZE=2048
|
||||
CONFIG_NET_RX_STACK_SIZE=2048
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue