diff --git a/components/esp_hw_support/linker.lf b/components/esp_hw_support/linker.lf index 51b0e7d22d..7b0d04233e 100644 --- a/components/esp_hw_support/linker.lf +++ b/components/esp_hw_support/linker.lf @@ -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)