Skip to content

Commit 52abd41

Browse files
authored
Update defconfig.esp32p4 (#136)
1 parent a484439 commit 52abd41

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

configs/defconfig.esp32p4

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ CONFIG_COMPILER_FLOAT_LIB_FROM_RVFPLIB=y
99
CONFIG_ESPTOOLPY_FLASHSIZE_16MB=y
1010
CONFIG_ESPTOOLPY_FLASHSIZE="16MB"
1111

12-
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_360=y
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
1318
CONFIG_COMPILER_ORPHAN_SECTIONS_PLACE=y
1419
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 is not set
1520

0 commit comments

Comments
 (0)