modules: canopennode: increase stack sizes

Increase the default CANopenNode stack sizes a bit. The current stack
sizes are too small for e.g. ST STM32F3, likely other platforms as well.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2022-01-11 15:03:09 +01:00 committed by Maureen Helm
commit d727547f79

View file

@ -33,7 +33,7 @@ config CANOPENNODE_TRACE_BUFFER_SIZE
config CANOPENNODE_TX_WORKQUEUE_STACK_SIZE
int "Stack size for the CANopen transmit workqueue"
default 320
default 512
help
Size of the stack used for the internal CANopen transmit
workqueue.
@ -86,7 +86,7 @@ config CANOPENNODE_SYNC_THREAD
config CANOPENNODE_SYNC_THREAD_STACK_SIZE
int "Stack size for the CANopen SYNC thread"
depends on CANOPENNODE_SYNC_THREAD
default 256
default 512
help
Size of the stack used for the internal thread which
processes CANopen SYNC RPDOs and TPDOs.