canutils/slcan: make stacksize configurable

This commit is contained in:
raiden00pl 2022-01-22 17:06:45 +01:00 committed by Xiang Xiao
parent 13fcbcb3d1
commit f4a1d28fd5
2 changed files with 6 additions and 2 deletions
canutils/slcan

@ -12,6 +12,10 @@ config CANUTILS_SLCAN
if CANUTILS_SLCAN
config CANUTILS_SLCAN_STACKSIZE
int "SocketCAN slcan stack size"
default DEFAULT_TASK_STACKSIZE
config SLCAN_TRACE
bool "Print trace output"
default y

@ -24,7 +24,7 @@
PROGNAME = slcan
PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = 3048
STACKSIZE = $(CONFIG_CANUTILS_SLCAN_STACKSIZE)
MODULE = $(CONFIG_CANUTILS_SLCAN)
CSRCS =