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