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:
Henrik Brix Andersen 2024-07-09 10:49:28 +00:00 committed by Alberto Escolar
parent 7a25fbb2d7
commit 09d189cb71

View file

@ -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