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:
parent
8a603da6cd
commit
d727547f79
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue