From df1c94dd4e956e496fca755ae8be8dc06456a0e6 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Mon, 29 Nov 2021 12:15:43 -0800 Subject: [PATCH] px4_fmu-v5_debug:Increase stack size --- boards/px4/fmu-v5/nuttx-config/debug/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/px4/fmu-v5/nuttx-config/debug/defconfig b/boards/px4/fmu-v5/nuttx-config/debug/defconfig index c4e5c0eacd..cd3f0061e7 100644 --- a/boards/px4/fmu-v5/nuttx-config/debug/defconfig +++ b/boards/px4/fmu-v5/nuttx-config/debug/defconfig @@ -130,7 +130,7 @@ CONFIG_HAVE_CXX=y CONFIG_HAVE_CXXINITIALIZE=y CONFIG_I2C=y CONFIG_I2C_RESET=y -CONFIG_IDLETHREAD_STACKSIZE=864 +CONFIG_IDLETHREAD_STACKSIZE=1064 CONFIG_LIBC_FLOATINGPOINT=y CONFIG_LIBC_LONG_LONG=y CONFIG_LIBC_STRERROR=y