boards: spresense: Add CONFIG_USERMAIN_STACKSIZE=3072 to wifi/defconfig
Summary: - I noticed that stack for the init task was filled almost 100% - This commit fixes this issue Impact: - Affects spresense:wifi configuration only Testing: - Tested with renew/mount/wget/nxplayer commands Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
parent
4ac2c73d82
commit
8d1dc11a36
@ -150,6 +150,7 @@ CONFIG_USBDEV_DUALSPEED=y
|
||||
CONFIG_USBMSC=y
|
||||
CONFIG_USBMSC_EPBULKIN=1
|
||||
CONFIG_USBMSC_REMOVABLE=y
|
||||
CONFIG_USERMAIN_STACKSIZE=3072
|
||||
CONFIG_USER_ENTRYPOINT="spresense_main"
|
||||
CONFIG_WIRELESS_GS2200M=y
|
||||
CONFIG_WL_GS2200M=y
|
||||
|
Loading…
Reference in New Issue
Block a user