From 529a8dd147a4dab109131722824752499c1ae57f Mon Sep 17 00:00:00 2001 From: Ali Hozhabri Date: Tue, 27 May 2025 12:14:44 +0200 Subject: [PATCH] soc: stm32: stm32wb0x: Restore main stack size to the default value Restore main stack size to the default value since fake entropy implementation from mbedtls is replaced by STM32 entropy driver. Signed-off-by: Ali Hozhabri --- soc/st/stm32/stm32wb0x/Kconfig.defconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/soc/st/stm32/stm32wb0x/Kconfig.defconfig b/soc/st/stm32/stm32wb0x/Kconfig.defconfig index 19e70895b92..79951bd061d 100644 --- a/soc/st/stm32/stm32wb0x/Kconfig.defconfig +++ b/soc/st/stm32/stm32wb0x/Kconfig.defconfig @@ -19,9 +19,6 @@ 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