Skip to content

Commit 2a5c107

Browse files
authored
Disable C6 RV LP - No way to use it in Arduino
1 parent 26621a7 commit 2a5c107

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configs/defconfig.esp32c6

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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
55
CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=2304
6-
# Enables ULP for C6
7-
CONFIG_ULP_COPROC_ENABLED=y
8-
CONFIG_ULP_COPROC_LP_CORE=y
9-
CONFIG_ULP_COPROC_RESERVE_MEM=4096
6+
# This Enables RISCV LP for C6 - but it can't be used within Arduino at this time.
7+
#CONFIG_ULP_COPROC_ENABLED=y
8+
#CONFIG_ULP_COPROC_LP_CORE=y
9+
#CONFIG_ULP_COPROC_RESERVE_MEM=4096

0 commit comments

Comments
 (0)