fix(esp_pm): fix flash access after light sleep wakeup

This commit is contained in:
wuzhenghui
2023-07-14 17:40:02 +08:00
parent ec35c2ab60
commit 16d849b95e

View File

@ -46,3 +46,9 @@ entries:
sar_periph_ctrl (noflash)
else:
sar_periph_ctrl: sar_periph_ctrl_power_enable (noflash)
[mapping:soc_pm]
archive: libsoc.a
entries:
if PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP && ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND:
gpio_periph: GPIO_HOLD_MASK (noflash)