fix(pm): fix crash issue of esp32 caused by accessing flash in sleep wake process

This commit is contained in:
yinqingzhao
2026-01-21 19:57:23 +08:00
committed by Jack
parent 57f1346352
commit b5df4b8dfd
+7
View File
@@ -96,3 +96,10 @@ entries:
if SOC_TEMP_SENSOR_SUPPORTED = y:
if PM_SLP_IRAM_OPT = y:
temperature_sensor_hal:temperature_sensor_hal_get_raw_value (noflash)
[mapping:esp_hal_gpio_pm]
archive: libesp_hal_gpio.a
entries:
if PM_SLP_IRAM_OPT = y:
if IDF_TARGET_ESP32 = y:
rtc_io_periph:rtc_io_desc (noflash_data)