summaryrefslogtreecommitdiff
path: root/apps/interpreters/bas/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/interpreters/bas/Makefile')
-rw-r--r--apps/interpreters/bas/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/apps/interpreters/bas/Makefile b/apps/interpreters/bas/Makefile
index 9382ddfc5..de92992b3 100644
--- a/apps/interpreters/bas/Makefile
+++ b/apps/interpreters/bas/Makefile
@@ -68,9 +68,12 @@ endif
# BAS built-in application info
-APPNAME = bas
-PRIORITY = SCHED_PRIORITY_DEFAULT
-STACKSIZE = 2048
+CONFIG_INTERPRETER_BAS_PRIORITY ?= 100
+CONFIG_INTERPRETER_BAS_STACKSIZE ?= 4096
+
+APPNAME = bas
+PRIORITY = $(CONFIG_INTERPRETER_BAS_PRIORITY)
+STACKSIZE = $(CONFIG_INTERPRETER_BAS_STACKSIZE)
# Build targets