summaryrefslogtreecommitdiff
path: root/apps/system/vi/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-20 14:50:54 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-20 14:50:54 -0600
commitb06275fc5ec507e3c446622c363e6aa91de50b50 (patch)
tree9e3085cfe07064c52e97b545381d3402cdc553d2 /apps/system/vi/Makefile
parent423f3165ed5bce54d2e36defcf04ea7936f150ce (diff)
downloadnuttx-b06275fc5ec507e3c446622c363e6aa91de50b50.tar.gz
nuttx-b06275fc5ec507e3c446622c363e6aa91de50b50.tar.bz2
nuttx-b06275fc5ec507e3c446622c363e6aa91de50b50.zip
VI: Add some debug instrumentation
Diffstat (limited to 'apps/system/vi/Makefile')
-rw-r--r--apps/system/vi/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/system/vi/Makefile b/apps/system/vi/Makefile
index 22384fc41..bbf275bb5 100644
--- a/apps/system/vi/Makefile
+++ b/apps/system/vi/Makefile
@@ -44,9 +44,12 @@ endif
# Hello Application
# TODO: appname can be automatically extracted from the directory name
+CONFIG_SYSTEM_VI_STACKSIZE ?= 2048
+CONFIG_SYSTEM_VI_PRIORITY ?= 100
+
APPNAME = vi
-PRIORITY = SCHED_PRIORITY_DEFAULT
-STACKSIZE = 1024
+PRIORITY = $(CONFIG_SYSTEM_VI_PRIORITY)
+STACKSIZE = $(CONFIG_SYSTEM_VI_STACKSIZE)
ASRCS =
CSRCS = vi.c