Skip to content

Commit 2801212

Browse files
authored
Enable CONFIG_BT_BLE_BLUFI_ENABLE for all chips (espressif#159)
* Enable CONFIG_BT_BLE_BLUFI_ENABLE for all chips * Remove redundant CONFIG_BT_BLE_BLUFI_ENABLE for ESP32-C3
1 parent 7c7b4d0 commit 2801212

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: configs/defconfig.common

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CONFIG_ARDUHAL_ESP_LOG=y
44
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
55
CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP=y
66
CONFIG_BT_ENABLED=y
7+
CONFIG_BT_BLE_BLUFI_ENABLE=y
78
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
89
CONFIG_BT_BTC_TASK_STACK_SIZE=8192
910
CONFIG_BT_BTU_TASK_STACK_SIZE=8192

Diff for: configs/defconfig.esp32c3

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
CONFIG_BT_BLE_BLUFI_ENABLE=y
21
CONFIG_RTC_CLK_CAL_CYCLES=576
32
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 is not set
43
CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=2304

0 commit comments

Comments
 (0)