We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c7a63 commit a3e4e24Copy full SHA for a3e4e24
components/esp_hw_support/linker.lf
@@ -31,9 +31,12 @@ entries:
31
rtc_sleep:rtc_sleep_pu (noflash)
32
if SOC_PMU_SUPPORTED = y && SOC_LIGHT_SLEEP_SUPPORTED = y:
33
pmu_sleep (noflash)
34
- if SPIRAM_FLASH_LOAD_TO_PSRAM = y:
35
- pmu_init (noflash)
36
- pmu_param (noflash)
+ if SPIRAM_FLASH_LOAD_TO_PSRAM = y:
+ pmu_init (noflash)
+ pmu_param (noflash)
37
+ elif PM_SLP_IRAM_OPT = y && IDF_TARGET_ESP32P4 != y:
38
+ pmu_param:get_act_hp_dbias (noflash)
39
+ pmu_param:get_act_lp_dbias (noflash)
40
if PM_SLP_IRAM_OPT = y && SOC_USB_SERIAL_JTAG_SUPPORTED = y:
41
sleep_console (noflash)
42
if PM_SLP_IRAM_OPT = y && SOC_USB_OTG_SUPPORTED && SOC_PM_SUPPORT_CNNT_PD = y:
0 commit comments