Skip to content

Commit 1f40212

Browse files
authored
Enable ULP coprocessor in ESP32P4 config
Added configuration for ULP coprocessor with memory reservation.
1 parent 45f8792 commit 1f40212

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
@@ -10,6 +10,11 @@ CONFIG_COMPILER_FLOAT_LIB_FROM_RVFPLIB=y
1010
CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y
1111
CONFIG_ESPTOOLPY_FLASHSIZE="16MB"
1212

13+
# Enable LP Core
14+
CONFIG_ULP_COPROC_ENABLED=y
15+
CONFIG_ULP_COPROC_TYPE_LP_CORE=y
16+
CONFIG_ULP_COPROC_RESERVE_MEM=8192
17+
1318
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_400=y
1419
CONFIG_COMPILER_ORPHAN_SECTIONS_PLACE=y
1520
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 is not set

0 commit comments

Comments
 (0)