mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
fix(esp_pm): fix flash access after light sleep wakeup
This commit is contained in:
@ -46,3 +46,9 @@ entries:
|
|||||||
sar_periph_ctrl (noflash)
|
sar_periph_ctrl (noflash)
|
||||||
else:
|
else:
|
||||||
sar_periph_ctrl: sar_periph_ctrl_power_enable (noflash)
|
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)
|
||||||
|
Reference in New Issue
Block a user