mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
Merge branch 'backport/backport_crash_issue_in_sleep_wake_process_v5.5' into 'release/v5.5'
fix(pm): fix crash issue of esp32 caused by accessing flash in sleep wake process v5.5 See merge request espressif/esp-idf!45789
This commit is contained in:
@@ -88,3 +88,6 @@ entries:
|
||||
gpio_periph: GPIO_HOLD_MASK (noflash)
|
||||
if PM_SLP_IRAM_OPT = y && SOC_TEMP_SENSOR_SUPPORTED = y:
|
||||
temperature_sensor_periph:temperature_sensor_attributes (noflash)
|
||||
if PM_SLP_IRAM_OPT = y:
|
||||
if IDF_TARGET_ESP32 = y:
|
||||
rtc_io_periph:rtc_io_desc (noflash_data)
|
||||
|
||||
Reference in New Issue
Block a user