mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
fix(ble): fixed hci driver stack protection fault issue on ESP32-C2
(cherry picked from commit afd44d14b9
)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
This commit is contained in:
@@ -90,7 +90,7 @@ menu "HCI Config"
|
|||||||
config BT_LE_HCI_TRANS_TASK_STACK_SIZE
|
config BT_LE_HCI_TRANS_TASK_STACK_SIZE
|
||||||
int "HCI transport task stack size"
|
int "HCI transport task stack size"
|
||||||
depends on !BT_LE_HCI_INTERFACE_USE_RAM
|
depends on !BT_LE_HCI_INTERFACE_USE_RAM
|
||||||
default 1024
|
default 2048
|
||||||
help
|
help
|
||||||
This configures stack size of hci transport task
|
This configures stack size of hci transport task
|
||||||
endmenu
|
endmenu
|
||||||
|
Reference in New Issue
Block a user