summaryrefslogtreecommitdiff
path: root/apps/system/cu/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/cu/Kconfig')
-rw-r--r--apps/system/cu/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/apps/system/cu/Kconfig b/apps/system/cu/Kconfig
index 22d3dfd9e..c1400b58d 100644
--- a/apps/system/cu/Kconfig
+++ b/apps/system/cu/Kconfig
@@ -15,3 +15,19 @@ config SYSTEM_CUTERM
This terminal might come in handy for other people that have e.g. GS
modems, GPS receivers or other devices with text based serial
communications attached to their Nuttx systems.
+
+if SYSTEM_CUTERM
+
+config SYSTEM_CUTERM_STACKSIZE
+ int "CU terminal stack size"
+ default 2048
+ ---help---
+ This is the stack size that will be used when starting the CU terminal.
+
+config SYSTEM_CUTERM_PRIORITY
+ int "CU terminal priority"
+ default 100
+ ---help---
+ This is the task priority that will be used when starting the CU terminal.
+
+endif # SYSTEM_CUTERM