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:
Jiang Jiang Jian
2026-02-11 14:19:59 +08:00
+3
View File
@@ -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)