bluetooth: hci: increase SPI driver stack size

Increase the SPI RX driver stack size by 128 bytes. Overflows have
previously been observed on real hardware at the default stack size of
512.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
This commit is contained in:
Jordan Yates 2023-11-23 18:16:17 +10:00 committed by Anas Nashif
commit 8b95376625

View file

@ -185,7 +185,7 @@ config BT_DRV_TX_STACK_SIZE
config BT_DRV_RX_STACK_SIZE
int
default 512 if BT_SPI
default 640 if BT_SPI
default BT_RX_STACK_SIZE if (BT_H4 || BT_HCI_RAW_H4)
default BT_STM32_IPM_RX_STACK_SIZE if BT_STM32_IPM
default 256