From 594e614f49ae43026a0a81af84515b0ef5d42f57 Mon Sep 17 00:00:00 2001 From: Alessandro Manganaro Date: Thu, 27 Jun 2024 14:49:13 +0200 Subject: [PATCH] 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 --- soc/st/stm32/stm32wbax/Kconfig.defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/soc/st/stm32/stm32wbax/Kconfig.defconfig b/soc/st/stm32/stm32wbax/Kconfig.defconfig index b6dfd878afd..88e41074518 100644 --- a/soc/st/stm32/stm32wbax/Kconfig.defconfig +++ b/soc/st/stm32/stm32wbax/Kconfig.defconfig @@ -35,6 +35,9 @@ config ENTROPY_STM32_CLK_CHECK config FPU default y +config SYSTEM_WORKQUEUE_STACK_SIZE + default 2048 + endif if PM_S2RAM