From ef12e2e5588978411ad941439478494ae03948a0 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 22 Nov 2025 18:01:05 +0100 Subject: [PATCH] Enable ULP coprocessor in ESP32P4 config Added configuration for ULP coprocessor with memory reservation. --- configs/defconfig.esp32p4 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/defconfig.esp32p4 b/configs/defconfig.esp32p4 index 08b46b5a1..487d934af 100644 --- a/configs/defconfig.esp32p4 +++ b/configs/defconfig.esp32p4 @@ -9,6 +9,11 @@ CONFIG_COMPILER_FLOAT_LIB_FROM_RVFPLIB=y CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y CONFIG_ESPTOOLPY_FLASHSIZE="16MB" +# Enable LP Core +CONFIG_ULP_COPROC_ENABLED=y +CONFIG_ULP_COPROC_TYPE_LP_CORE=y +CONFIG_ULP_COPROC_RESERVE_MEM=8192 + CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_400=y CONFIG_COMPILER_ORPHAN_SECTIONS_PLACE=y # CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 is not set