drivers: can: loopback: increase default TX thread stack size
Increase the default TX thread stack size for the CAN loopback driver from 256 to 512 bytes as the former has shown to be too little when using the loopback driver on real hardware. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
7a25fbb2d7
commit
09d189cb71
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ config CAN_MAX_FILTER
|
||||||
|
|
||||||
config CAN_LOOPBACK_TX_THREAD_STACK_SIZE
|
config CAN_LOOPBACK_TX_THREAD_STACK_SIZE
|
||||||
int "TX thread stack size"
|
int "TX thread stack size"
|
||||||
default 256
|
default 512
|
||||||
help
|
help
|
||||||
Stack size of the TX thread.
|
Stack size of the TX thread.
|
||||||
The TX thread calls the callbacks of the receiver
|
The TX thread calls the callbacks of the receiver
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue