Skip to content

Commit 59f05ec

Browse files
authored
LP core enable
1 parent 082ee01 commit 59f05ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

configs/defconfig.esp32p4

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
CONFIG_IDF_EXPERIMENTAL_FEATURES=y
22

3+
# Enable LP Core
34
CONFIG_ULP_COPROC_ENABLED=y
4-
CONFIG_ULP_COPROC_TYPE_RISCV=y
5-
CONFIG_ULP_COPROC_RESERVE_MEM=4096
5+
CONFIG_ULP_COPROC_TYPE_LP_CORE=y
6+
CONFIG_ULP_COPROC_RESERVE_MEM=8192
67

78
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_360=y
89
CONFIG_COMPILER_ORPHAN_SECTIONS_PLACE=y

0 commit comments

Comments
 (0)