From ecbff2885c6af9be03c97422fa62b4bc03a772ce Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sat, 25 Apr 2015 18:37:18 +0200 Subject: [PATCH] FMUv1 config: Recuperate unused interrupt stack space --- nuttx-configs/px4fmu-v1/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuttx-configs/px4fmu-v1/nsh/defconfig b/nuttx-configs/px4fmu-v1/nsh/defconfig index cd410051c7..2c9a21f212 100644 --- a/nuttx-configs/px4fmu-v1/nsh/defconfig +++ b/nuttx-configs/px4fmu-v1/nsh/defconfig @@ -326,7 +326,7 @@ CONFIG_DRAM_START=0x20000000 CONFIG_DRAM_SIZE=196608 CONFIG_ARCH_HAVE_INTERRUPTSTACK=y # The actual usage is 420 bytes -CONFIG_ARCH_INTERRUPTSTACK=1500 +CONFIG_ARCH_INTERRUPTSTACK=750 # # Boot options