From 5d5c0209e6fa9f84ca485b6bd884158e85ceaa3f Mon Sep 17 00:00:00 2001 From: Zhao Wei Liang Date: Tue, 18 Mar 2025 16:04:49 +0800 Subject: [PATCH] fix(ble): fixed hci driver stack protection fault issue on ESP32-C5 (cherry picked from commit 132e0d669595ba2c2835b5b8a877fd4a319eb6e7) Co-authored-by: zwl --- components/bt/controller/esp32c5/Kconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/controller/esp32c5/Kconfig.in b/components/bt/controller/esp32c5/Kconfig.in index 79aecce76c..d4af2e0cb4 100644 --- a/components/bt/controller/esp32c5/Kconfig.in +++ b/components/bt/controller/esp32c5/Kconfig.in @@ -90,7 +90,7 @@ menu "HCI Config" config BT_LE_HCI_TRANS_TASK_STACK_SIZE int "HCI transport task stack size" depends on !BT_LE_HCI_INTERFACE_USE_RAM - default 1024 + default 2048 help This configures stack size of hci transport task endmenu