This is an automated email from the ASF dual-hosted git repository. xiaoxiang 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 5611d89015 nucleo-h743zi2: refresh the pysim defconfig to fix CI problem 5611d89015 is described below commit 5611d89015b847a42ef3c5882430f5329472841b Author: wangbowen6 <wangbow...@xiaomi.com> AuthorDate: Tue Nov 1 14:01:24 2022 +0800 nucleo-h743zi2: refresh the pysim defconfig to fix CI problem Signed-off-by: wangbowen6 <wangbow...@xiaomi.com> --- boards/arm/stm32h7/nucleo-h743zi2/configs/pysim/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/arm/stm32h7/nucleo-h743zi2/configs/pysim/defconfig b/boards/arm/stm32h7/nucleo-h743zi2/configs/pysim/defconfig index 6a78673543..61375ab17e 100644 --- a/boards/arm/stm32h7/nucleo-h743zi2/configs/pysim/defconfig +++ b/boards/arm/stm32h7/nucleo-h743zi2/configs/pysim/defconfig @@ -70,9 +70,9 @@ CONFIG_NSH_LINELEN=64 CONFIG_NSH_READLINE=y CONFIG_NSH_TELNETD_CLIENTSTACKSIZE=2048 CONFIG_NSH_TELNETD_DAEMONSTACKSIZE=2048 +CONFIG_POSIX_SPAWN_DEFAULT_STACKSIZE=2048 CONFIG_PREALLOC_TIMERS=4 CONFIG_PRIORITY_INHERITANCE=y -CONFIG_POSIX_SPAWN_DEFAULT_STACKSIZE=2048 CONFIG_PTHREAD_CLEANUP=y CONFIG_PTHREAD_MUTEX_TYPES=y CONFIG_PTHREAD_STACK_DEFAULT=2048