aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-01-21 15:32:38 +0100
committerLorenz Meier <lm@inf.ethz.ch>2015-01-21 15:32:38 +0100
commit4b27e4029d15e5ae4936252f224ee4275f83cab0 (patch)
tree529e20494dd77d72888a6b8e6951def52a4d0c5a
parent517e1e8d4879c7a2d359b92e2eff89eddb944a16 (diff)
downloadpx4-firmware-4b27e4029d15e5ae4936252f224ee4275f83cab0.tar.gz
px4-firmware-4b27e4029d15e5ae4936252f224ee4275f83cab0.tar.bz2
px4-firmware-4b27e4029d15e5ae4936252f224ee4275f83cab0.zip
Disabled stack checking on aerocore
-rw-r--r--nuttx-configs/aerocore/nsh/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx-configs/aerocore/nsh/defconfig b/nuttx-configs/aerocore/nsh/defconfig
index 317194f68..c44b074f3 100644
--- a/nuttx-configs/aerocore/nsh/defconfig
+++ b/nuttx-configs/aerocore/nsh/defconfig
@@ -94,7 +94,7 @@ CONFIG_ARCH_HAVE_MPU=y
# CONFIG_ARMV7M_TOOLCHAIN_CODEREDL is not set
# CONFIG_ARMV7M_TOOLCHAIN_CODESOURCERYL is not set
CONFIG_ARMV7M_TOOLCHAIN_GNU_EABI=y
-CONFIG_ARMV7M_STACKCHECK=y
+CONFIG_ARMV7M_STACKCHECK=n
CONFIG_SERIAL_TERMIOS=y
#