Skip to content

Commit 3e6a34d

Browse files
committed
fix: increase esp32s3 bt tasks stack size to 8k
1 parent c39e942 commit 3e6a34d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: configs/defconfig.esp32s3

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ CONFIG_ESP32S3_UNIVERSAL_MAC_ADDRESSES_TWO=y
77
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 is not set
88
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
99
CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=3120
10-
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
10+
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
11+
CONFIG_BT_BTC_TASK_STACK_SIZE=8192
12+
CONFIG_BT_BTU_TASK_STACK_SIZE=8192

0 commit comments

Comments
 (0)