canutils/cansend: make stacksize configurable
This commit is contained in:
parent
267d198212
commit
13fcbcb3d1
@ -13,4 +13,9 @@ config CANUTILS_CANSEND
|
||||
https://github.com/linux-can/can-utils
|
||||
|
||||
if CANUTILS_CANSEND
|
||||
|
||||
config CANUTILS_CANSEND_STACKSIZE
|
||||
int "SocketCAN cansend stack size"
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif
|
||||
|
@ -25,7 +25,7 @@ include $(APPDIR)/Make.defs
|
||||
|
||||
PROGNAME = cansend
|
||||
PRIORITY = SCHED_PRIORITY_DEFAULT
|
||||
STACKSIZE = 2048
|
||||
STACKSIZE = $(CONFIG_CANUTILS_CANSEND_STACKSIZE)
|
||||
MODULE = $(CONFIG_CANUTILS_CANSEND)
|
||||
|
||||
CFLAGS += ${shell $(INCDIR) "$(CC)" $(APPDIR)/canutils/libcanutils}
|
||||
|
Loading…
x
Reference in New Issue
Block a user