mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp_pm: fix esp32c2 no sleep_enable_memory_retention error
This commit is contained in:
parent
2484e00a94
commit
317f6bc024
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user