mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
fix(pm): fix crash issue of esp32 caused by accessing flash in sleep wake process
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