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:
parent
576e475558
commit
e4389a2921
1 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,8 @@ if SOC_SERIES_STM32WB0X
|
||||||
config NUM_IRQS
|
config NUM_IRQS
|
||||||
default 32
|
default 32
|
||||||
|
|
||||||
|
if BT
|
||||||
|
|
||||||
config BT_AUTO_PHY_UPDATE
|
config BT_AUTO_PHY_UPDATE
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
@ -17,4 +19,9 @@ config BT_AUTO_DATA_LEN_UPDATE
|
||||||
config BT_HCI_ACL_FLOW_CONTROL
|
config BT_HCI_ACL_FLOW_CONTROL
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config MAIN_STACK_SIZE
|
||||||
|
default 1600
|
||||||
|
|
||||||
|
endif # BT
|
||||||
|
|
||||||
endif # SOC_SERIES_STM32WB0X
|
endif # SOC_SERIES_STM32WB0X
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue