Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0082e5d

Browse files
authoredMay 6, 2024
Enables C6 ULP
1 parent c0b4cba commit 0082e5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎configs/defconfig.esp32c6

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ CONFIG_BT_ENABLED=y
22
CONFIG_BT_BLE_BLUFI_ENABLE=y
33
CONFIG_RTC_CLK_CAL_CYCLES=576
44
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 is not set
5-
CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=2304
5+
CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=2304
6+
# Enables ULP for C6
7+
CONFIG_ULP_COPROC_ENABLED=y

0 commit comments

Comments
 (0)
Please sign in to comment.