summaryrefslogtreecommitdiff
path: root/apps/system/hex2bin/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-16 08:10:40 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-16 08:10:40 -0600
commit94a59fc7924bf7a6b5858fc07b83469fbae922e1 (patch)
tree506cf4312697bc352d0deddd31a314f8a5a52c66 /apps/system/hex2bin/Makefile
parentb38f7fcc6f6271fd323db3b854051afc185c3ed5 (diff)
downloadpx4-nuttx-94a59fc7924bf7a6b5858fc07b83469fbae922e1.tar.gz
px4-nuttx-94a59fc7924bf7a6b5858fc07b83469fbae922e1.tar.bz2
px4-nuttx-94a59fc7924bf7a6b5858fc07b83469fbae922e1.zip
hex2bin: Needs a little larger stack
Diffstat (limited to 'apps/system/hex2bin/Makefile')
-rw-r--r--apps/system/hex2bin/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/system/hex2bin/Makefile b/apps/system/hex2bin/Makefile
index 7b9acbade..4c29339aa 100644
--- a/apps/system/hex2bin/Makefile
+++ b/apps/system/hex2bin/Makefile
@@ -65,8 +65,11 @@ endif
ROOTDEPPATH = --dep-path .
VPATH =
-PRIORITY = SCHED_PRIORITY_DEFAULT
-STACKSIZE = 768
+CONFIG_SYSTEM_HEX2BIN_STACKSIZE ?= 2536
+CONFIG_SYSTEM_HEX2BIN_PRIORITY ?= 100
+
+STACKSIZE = $(CONFIG_SYSTEM_HEX2BIN_STACKSIZE)
+PRIORITY = $(CONFIG_SYSTEM_HEX2BIN_PRIORITY)
# Build targets