We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26621a7 commit 2a5c107Copy full SHA for 2a5c107
configs/defconfig.esp32c6
@@ -3,7 +3,7 @@ CONFIG_BT_BLE_BLUFI_ENABLE=y
3
CONFIG_RTC_CLK_CAL_CYCLES=576
4
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 is not set
5
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
+# This Enables RISCV LP for C6 - but it can't be used within Arduino at this time.
+#CONFIG_ULP_COPROC_ENABLED=y
+#CONFIG_ULP_COPROC_LP_CORE=y
+#CONFIG_ULP_COPROC_RESERVE_MEM=4096
0 commit comments