soc/st/stm32/st32wbax: STM32WBA55 BLE Ext Adv Fix
SYSTEM_WORKQUEUE_STACK_SIZE increase is required to fix not only BLE Ext Adv (70935), but also other BLE use cases according STM32WBA HCI driver Signed-off-by: Alessandro Manganaro <alessandro.manganaro@st.com>
This commit is contained in:
parent
ef91738b86
commit
594e614f49
|
@ -35,6 +35,9 @@ config ENTROPY_STM32_CLK_CHECK
|
|||
config FPU
|
||||
default y
|
||||
|
||||
config SYSTEM_WORKQUEUE_STACK_SIZE
|
||||
default 2048
|
||||
|
||||
endif
|
||||
|
||||
if PM_S2RAM
|
||||
|
|
Loading…
Reference in New Issue