Skip to content

Commit ef12e2e

Browse files
authored
Enable ULP coprocessor in ESP32P4 config
Added configuration for ULP coprocessor with memory reservation.
1 parent 6ef0344 commit ef12e2e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

configs/defconfig.esp32p4

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ CONFIG_COMPILER_FLOAT_LIB_FROM_RVFPLIB=y
99
CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y
1010
CONFIG_ESPTOOLPY_FLASHSIZE="16MB"
1111

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+
1217
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_400=y
1318
CONFIG_COMPILER_ORPHAN_SECTIONS_PLACE=y
1419
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 is not set

0 commit comments

Comments
 (0)