mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
Merge branch 'bugfix/increase_btu_task_stack_size' into 'release/v4.3'
fix(bt/bludroid): Increase BTU task stack size See merge request espressif/esp-idf!28150
This commit is contained in:
@ -29,7 +29,7 @@ config BT_BLUEDROID_PINNED_TO_CORE
|
|||||||
config BT_BTU_TASK_STACK_SIZE
|
config BT_BTU_TASK_STACK_SIZE
|
||||||
int "Bluetooth Bluedroid Host Stack task stack size"
|
int "Bluetooth Bluedroid Host Stack task stack size"
|
||||||
depends on BT_BLUEDROID_ENABLED
|
depends on BT_BLUEDROID_ENABLED
|
||||||
default 4096
|
default 4352
|
||||||
help
|
help
|
||||||
This select btu task stack size
|
This select btu task stack size
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user