From 3d05fa72292d674e935c665314d72cba8300f497 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Fri, 27 Jan 2017 03:06:23 -1000 Subject: [PATCH] mindpx-v2 Increased IRQ Stack Size --- nuttx-configs/mindpx-v2/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuttx-configs/mindpx-v2/nsh/defconfig b/nuttx-configs/mindpx-v2/nsh/defconfig index b419408704..f20972e445 100644 --- a/nuttx-configs/mindpx-v2/nsh/defconfig +++ b/nuttx-configs/mindpx-v2/nsh/defconfig @@ -615,7 +615,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