summaryrefslogtreecommitdiff
path: root/apps/examples/serialblaster/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/serialblaster/Kconfig')
-rw-r--r--apps/examples/serialblaster/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/examples/serialblaster/Kconfig b/apps/examples/serialblaster/Kconfig
index 2cb733445..f0fca5b2f 100644
--- a/apps/examples/serialblaster/Kconfig
+++ b/apps/examples/serialblaster/Kconfig
@@ -10,4 +10,13 @@ config EXAMPLES_SERIALBLASTER
Enable the serial blaster example
if EXAMPLES_SERIALBLASTER
+
+config EXAMPLES_SERIALBLASTER_STACKSIZE
+ int "CPU hog stack size"
+ default 2048
+
+config EXAMPLES_SERIALBLASTER_PRIORITY
+ int "CPU hog task priority"
+ default 50
+
endif