mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(pm): fix crash issue of esp32 caused by accessing flash in sleep wake process
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user