aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs/px4fmu-v2/nsh/defconfig
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-09-16 22:34:37 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-09-16 22:34:37 +0200
commit0810b264e5679795f100df3a7363ba3ad9d7765e (patch)
treebf288ad7a4649725993b9bd41c0794cb9acb8d07 /nuttx-configs/px4fmu-v2/nsh/defconfig
parentbd39d101f58aa5e1ca5f8f7feb72ed46e0e19939 (diff)
downloadpx4-firmware-0810b264e5679795f100df3a7363ba3ad9d7765e.tar.gz
px4-firmware-0810b264e5679795f100df3a7363ba3ad9d7765e.tar.bz2
px4-firmware-0810b264e5679795f100df3a7363ba3ad9d7765e.zip
Hotfix: Increase work stack sizes
Diffstat (limited to 'nuttx-configs/px4fmu-v2/nsh/defconfig')
-rw-r--r--nuttx-configs/px4fmu-v2/nsh/defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx-configs/px4fmu-v2/nsh/defconfig b/nuttx-configs/px4fmu-v2/nsh/defconfig
index 849c901b5..8f9914310 100644
--- a/nuttx-configs/px4fmu-v2/nsh/defconfig
+++ b/nuttx-configs/px4fmu-v2/nsh/defconfig
@@ -795,11 +795,11 @@ CONFIG_SCHED_WORKQUEUE=y
CONFIG_SCHED_HPWORK=y
CONFIG_SCHED_WORKPRIORITY=192
CONFIG_SCHED_WORKPERIOD=5000
-CONFIG_SCHED_WORKSTACKSIZE=2048
+CONFIG_SCHED_WORKSTACKSIZE=4000
CONFIG_SCHED_LPWORK=y
CONFIG_SCHED_LPWORKPRIORITY=50
CONFIG_SCHED_LPWORKPERIOD=50000
-CONFIG_SCHED_LPWORKSTACKSIZE=2048
+CONFIG_SCHED_LPWORKSTACKSIZE=4000
# CONFIG_LIB_KBDCODEC is not set
# CONFIG_LIB_SLCDCODEC is not set