soc: st: stm32wb0x: Increase main stack size for BLE applications

Increase the size of the main stack for BLE applications to avoid
stack overflow on STM32WB0x series. Beacon sample was considered as
a reference for the size increase.

Signed-off-by: Ali Hozhabri <ali.hozhabri@st.com>
This commit is contained in:
Ali Hozhabri 2025-01-17 18:44:40 +01:00 committed by Benjamin Cabé
commit e4389a2921

View file

@ -8,6 +8,8 @@ if SOC_SERIES_STM32WB0X
config NUM_IRQS
default 32
if BT
config BT_AUTO_PHY_UPDATE
default n
@ -17,4 +19,9 @@ config BT_AUTO_DATA_LEN_UPDATE
config BT_HCI_ACL_FLOW_CONTROL
default n
config MAIN_STACK_SIZE
default 1600
endif # BT
endif # SOC_SERIES_STM32WB0X