put pm_slp_iram_opt and pm_rtos_iram_opt related attributes in esp_pm/linker.lf

This commit is contained in:
ninh
2020-12-25 20:04:32 +08:00
committed by bot
parent b5db978499
commit e908a32381
10 changed files with 58 additions and 43 deletions
@@ -6,3 +6,6 @@ CONFIG_PM_ENABLE=y
CONFIG_FREERTOS_USE_TICKLESS_IDLE=y
# Use RTC timer as reference
CONFIG_PM_USE_RTC_TIMER_REF=y
# Put related source code in IRAM
CONFIG_PM_SLP_IRAM_OPT=y
CONFIG_PM_RTOS_IDLE_OPT=y