mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
esp_pm: fix esp32c2 no sleep_enable_memory_retention error
This commit is contained in:
@@ -21,8 +21,9 @@ entries:
|
||||
esp_clk:esp_rtc_get_time_us (noflash)
|
||||
if GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL = y:
|
||||
sleep_gpio:gpio_sleep_mode_config_apply (noflash)
|
||||
if IDF_TARGET_ESP32 = n && IDF_TARGET_ESP32S2 = n:
|
||||
if SOC_PM_SUPPORT_CPU_PD = y || SOC_PM_SUPPORT_TAGMEM_PD = y:
|
||||
sleep_retention:sleep_enable_memory_retention (noflash)
|
||||
if SOC_PM_SUPPORT_CPU_PD = y:
|
||||
sleep_retention:cpu_domain_pd_allowed (noflash)
|
||||
|
||||
[mapping:esp_system_pm]
|
||||
|
Reference in New Issue
Block a user