Skip to content

Commit 44d1eb6

Browse files
authored
Fix: increase ESP32-S3 Bluetooth tasks stack size to 8k (#141)
* fix: increase esp32s3 bt tasks stack size to 8k * feat: apply 8k bt tasks size to all chips
1 parent 8129486 commit 44d1eb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: configs/defconfig.common

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
66
CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP=y
77
CONFIG_BT_ENABLED=y
88
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
9+
CONFIG_BT_BTC_TASK_STACK_SIZE=8192
10+
CONFIG_BT_BTU_TASK_STACK_SIZE=8192
911
CONFIG_BLE_MESH=y
1012
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
1113
CONFIG_COMPILER_CXX_EXCEPTIONS=y

Diff for: configs/defconfig.esp32

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
CONFIG_BTDM_CTRL_MODE_BTDM=y
22
CONFIG_BTDM_SCAN_DUPL_CACHE_SIZE=20
3-
CONFIG_BT_BTC_TASK_STACK_SIZE=8192
4-
CONFIG_BT_BTU_TASK_STACK_SIZE=8192
53
CONFIG_BT_CLASSIC_ENABLED=y
64
CONFIG_BT_A2DP_ENABLE=y
75
CONFIG_BT_SPP_ENABLED=y

0 commit comments

Comments
 (0)