You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by je...@apache.org on 2020/10/01 06:46:00 UTC

[incubator-nuttx] branch master updated: boards: spresense: Add CONFIG_USERMAIN_STACKSIZE=3072 to wifi/defconfig

This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d1dc11  boards: spresense: Add CONFIG_USERMAIN_STACKSIZE=3072 to wifi/defconfig
8d1dc11 is described below

commit 8d1dc11a3640e37b9038bdea585bf59140ae83b0
Author: Masayuki Ishikawa <ma...@gmail.com>
AuthorDate: Thu Oct 1 08:02:29 2020 +0900

    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 <Ma...@jp.sony.com>
---
 boards/arm/cxd56xx/spresense/configs/wifi/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/arm/cxd56xx/spresense/configs/wifi/defconfig b/boards/arm/cxd56xx/spresense/configs/wifi/defconfig
index 3d35587..12777d0 100644
--- a/boards/arm/cxd56xx/spresense/configs/wifi/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/wifi/defconfig
@@ -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