summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-24 13:46:14 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-24 13:46:14 -0600
commitc88c7d7bbe980cc4ef66567b842c573d3681549d (patch)
tree301a1a9228b86842ee302c83d4642f7156a232a4
parent49514119f986a914a44e4d9be7fef09fd4e2851e (diff)
downloadpx4-nuttx-c88c7d7bbe980cc4ef66567b842c573d3681549d.tar.gz
px4-nuttx-c88c7d7bbe980cc4ef66567b842c573d3681549d.tar.bz2
px4-nuttx-c88c7d7bbe980cc4ef66567b842c573d3681549d.zip
SAMA5D3x-EK: Enable the interrupt stack in in all configurations
-rw-r--r--nuttx/configs/sama5d3x-ek/demo/defconfig2
-rw-r--r--nuttx/configs/sama5d3x-ek/nsh/defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/sama5d3x-ek/demo/defconfig b/nuttx/configs/sama5d3x-ek/demo/defconfig
index 90cc043de..6e0c3299d 100644
--- a/nuttx/configs/sama5d3x-ek/demo/defconfig
+++ b/nuttx/configs/sama5d3x-ek/demo/defconfig
@@ -261,7 +261,7 @@ CONFIG_ARCH_STACKDUMP=y
CONFIG_BOARD_LOOPSPERMSEC=49341
# CONFIG_ARCH_CALIBRATION is not set
CONFIG_ARCH_HAVE_INTERRUPTSTACK=y
-CONFIG_ARCH_INTERRUPTSTACK=0
+CONFIG_ARCH_INTERRUPTSTACK=2048
#
# Boot options
diff --git a/nuttx/configs/sama5d3x-ek/nsh/defconfig b/nuttx/configs/sama5d3x-ek/nsh/defconfig
index 7583cefc2..605ee9cbd 100644
--- a/nuttx/configs/sama5d3x-ek/nsh/defconfig
+++ b/nuttx/configs/sama5d3x-ek/nsh/defconfig
@@ -212,7 +212,7 @@ CONFIG_ARCH_STACKDUMP=y
CONFIG_BOARD_LOOPSPERMSEC=49341
# CONFIG_ARCH_CALIBRATION is not set
CONFIG_ARCH_HAVE_INTERRUPTSTACK=y
-CONFIG_ARCH_INTERRUPTSTACK=0
+CONFIG_ARCH_INTERRUPTSTACK=2048
#
# Boot options