File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
6
6
CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP=y
7
7
CONFIG_BT_ENABLED=y
8
8
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
9
+ CONFIG_BT_BTC_TASK_STACK_SIZE=8192
10
+ CONFIG_BT_BTU_TASK_STACK_SIZE=8192
9
11
CONFIG_BLE_MESH=y
10
12
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
11
13
CONFIG_COMPILER_CXX_EXCEPTIONS=y
Original file line number Diff line number Diff line change 1
1
CONFIG_BTDM_CTRL_MODE_BTDM=y
2
2
CONFIG_BTDM_SCAN_DUPL_CACHE_SIZE=20
3
- CONFIG_BT_BTC_TASK_STACK_SIZE=8192
4
- CONFIG_BT_BTU_TASK_STACK_SIZE=8192
5
3
CONFIG_BT_CLASSIC_ENABLED=y
6
4
CONFIG_BT_A2DP_ENABLE=y
7
5
CONFIG_BT_SPP_ENABLED=y
Original file line number Diff line number Diff line change @@ -7,6 +7,4 @@ CONFIG_ESP32S3_UNIVERSAL_MAC_ADDRESSES_TWO=y
7
7
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 is not set
8
8
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
9
9
CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=3120
10
- CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
11
- CONFIG_BT_BTC_TASK_STACK_SIZE=8192
12
- CONFIG_BT_BTU_TASK_STACK_SIZE=8192
10
+ CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
You can’t perform that action at this time.
0 commit comments