From bd1223cc9129174a9330b52b0250962dcef364ed Mon Sep 17 00:00:00 2001 From: Zhao Wei Liang Date: Tue, 18 Mar 2025 16:04:47 +0800 Subject: [PATCH] fix(ble): fixed hci driver stack protection fault issue on ESP32-C2 (cherry picked from commit afd44d14b9e9775c238683446c009708a7d550c3) Co-authored-by: zwl --- components/bt/controller/esp32c2/Kconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/controller/esp32c2/Kconfig.in b/components/bt/controller/esp32c2/Kconfig.in index 3fc723aed6..61f36418e8 100644 --- a/components/bt/controller/esp32c2/Kconfig.in +++ b/components/bt/controller/esp32c2/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