We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef0344 commit ef12e2eCopy full SHA for ef12e2e
configs/defconfig.esp32p4
@@ -9,6 +9,11 @@ CONFIG_COMPILER_FLOAT_LIB_FROM_RVFPLIB=y
9
CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y
10
CONFIG_ESPTOOLPY_FLASHSIZE="16MB"
11
12
+# Enable LP Core
13
+CONFIG_ULP_COPROC_ENABLED=y
14
+CONFIG_ULP_COPROC_TYPE_LP_CORE=y
15
+CONFIG_ULP_COPROC_RESERVE_MEM=8192
16
+
17
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_400=y
18
CONFIG_COMPILER_ORPHAN_SECTIONS_PLACE=y
19
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 is not set
0 commit comments