You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by da...@apache.org on 2024/02/07 15:17:40 UTC

(nuttx) branch master updated: Modified CONFIG_INIT_STACKSIZE to 2048

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 31817335e4 Modified CONFIG_INIT_STACKSIZE to 2048
31817335e4 is described below

commit 31817335e453eec65e8f5d1163c32efd5da373cb
Author: Roberto Bucher <ro...@sunrise.ch>
AuthorDate: Wed Feb 7 12:02:01 2024 +0100

    Modified CONFIG_INIT_STACKSIZE to 2048
---
 boards/arm/stm32h7/nucleo-h743zi2/configs/pysim/defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/boards/arm/stm32h7/nucleo-h743zi2/configs/pysim/defconfig b/boards/arm/stm32h7/nucleo-h743zi2/configs/pysim/defconfig
index e7d74e1728..7ed714b934 100644
--- a/boards/arm/stm32h7/nucleo-h743zi2/configs/pysim/defconfig
+++ b/boards/arm/stm32h7/nucleo-h743zi2/configs/pysim/defconfig
@@ -36,7 +36,6 @@ CONFIG_FS_PROCFS_REGISTER=y
 CONFIG_HAVE_CXX=y
 CONFIG_HAVE_CXXINITIALIZE=y
 CONFIG_INIT_ENTRYPOINT="nsh_main"
-CONFIG_INIT_STACKSIZE=2048
 CONFIG_INTELHEX_BINARY=y
 CONFIG_IOEXPANDER=y
 CONFIG_LIBC_EXECFUNCS=y