Skip to content

Commit 52e3d9b

Browse files
author
Jiang Jiang Jian
committed
Merge branch 'bugfix/esp32c5_eco2_cpulockup_top_pu_v5.5' into 'release/v5.5'
backport v5.5: esp32c5 eco2 disable top pd to avoid mem being changed during sleep See merge request espressif/esp-idf!39549
2 parents ecb5fc3 + d881dda commit 52e3d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/esp_pm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ menu "Power Management"
153153

154154
config PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP
155155
bool "Power down Digital Peripheral in light sleep (EXPERIMENTAL)"
156-
depends on SOC_PM_SUPPORT_TOP_PD && SOC_PAU_SUPPORTED
156+
depends on SOC_PM_SUPPORT_TOP_PD && SOC_PAU_SUPPORTED && !IDF_TARGET_ESP32C5
157157
select PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP if !SOC_CPU_IN_TOP_DOMAIN
158158
default n #TODO: enable by default if periph init/deinit management supported (WIFI-5252)
159159
help

0 commit comments

Comments
 (0)