summaryrefslogtreecommitdiff
path: root/apps/system/vi/Kconfig
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/Kconfig
parent423f3165ed5bce54d2e36defcf04ea7936f150ce (diff)
downloadpx4-nuttx-b06275fc5ec507e3c446622c363e6aa91de50b50.tar.gz
px4-nuttx-b06275fc5ec507e3c446622c363e6aa91de50b50.tar.bz2
px4-nuttx-b06275fc5ec507e3c446622c363e6aa91de50b50.zip
VI: Add some debug instrumentation
Diffstat (limited to 'apps/system/vi/Kconfig')
-rw-r--r--apps/system/vi/Kconfig16
1 files changed, 15 insertions, 1 deletions
diff --git a/apps/system/vi/Kconfig b/apps/system/vi/Kconfig
index cc60383e3..9c9ffadea 100644
--- a/apps/system/vi/Kconfig
+++ b/apps/system/vi/Kconfig
@@ -52,5 +52,19 @@ config SYSTEM_VI_DEBUGLEVEL
readable debug output, syslog'ing should sent to some device other
than /dev/console (which is the default).
-endif
+if NSH_BUILTIN_APPS
+config SYSTEM_VI_STACKSIZE
+ int "Builtin task stack size"
+ default 2048
+ ---help---
+ Size of the task to configure when started VI from NSH
+
+config SYSTEM_VI_PRIORITY
+ int "Builtin task priority"
+ default 100
+ ---help---
+ Priority of the task to configure when started VI from NSH
+
+endif # NSH_BUILTIN_APPS
+endif # SYSTEM_VI