From 8bb72d45dcbc526f69bebc2b03c3f3c3d9ce689b Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Fri, 27 Jan 2017 03:06:23 -1000 Subject: [PATCH] px4-stm32f4discovery Increased IRQ Stack Size --- nuttx-configs/px4-stm32f4discovery/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuttx-configs/px4-stm32f4discovery/nsh/defconfig b/nuttx-configs/px4-stm32f4discovery/nsh/defconfig index 564163de77..063b604de8 100644 --- a/nuttx-configs/px4-stm32f4discovery/nsh/defconfig +++ b/nuttx-configs/px4-stm32f4discovery/nsh/defconfig @@ -582,7 +582,7 @@ CONFIG_BOARD_LOOPSPERMSEC=16717 # Interrupt options # CONFIG_ARCH_HAVE_INTERRUPTSTACK=y -CONFIG_ARCH_INTERRUPTSTACK=670 +CONFIG_ARCH_INTERRUPTSTACK=750 CONFIG_ARCH_HAVE_HIPRI_INTERRUPT=y CONFIG_ARCH_HIPRI_INTERRUPT=y