drivers/bluetooth: ipm_stm32wb.c: Increase RX thread stack size

Stack overflows where seen in heavy logging conditions since printk
modifications that increased "slightly" RAM consumption
(973487fdad).

Increase RX Thread stack size to avoid these overflows.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2020-08-26 09:06:15 +02:00 committed by Anas Nashif
parent 5492731b88
commit ce29baa0ef

View file

@ -102,7 +102,7 @@ endif # BT_SPI
config BT_STM32_IPM_RX_STACK_SIZE
int "STM32 IPM stack size for RX thread"
depends on BT_STM32_IPM
default 256
default 512
config BT_RPMSG_NRF53
bool "nRF53 configuration of RPMsg"