Skip to content

Commit 190de07

Browse files
authored
Add ESP32C61 configuration for Bluetooth and SPIRAM
1 parent 087dd8a commit 190de07

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

configs/defconfig.esp32c61

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
CONFIG_SPIRAM=y
2+
3+
CONFIG_BT_ENABLED=y
4+
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
5+
CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=n
6+
CONFIG_BTDM_CTRL_MODE_BTDM=n
7+
CONFIG_BT_BLUEDROID_ENABLED=n
8+
CONFIG_BT_NIMBLE_ENABLED=y
9+
CONFIG_BT_NIMBLE_BLUFI_ENABLE=y
10+
CONFIG_BT_NIMBLE_NVS_PERSIST=y
11+
CONFIG_RTC_CLK_CAL_CYCLES=576
12+
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 is not set
13+
CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=2304

0 commit comments

Comments
 (0)