change(esp_hw_support): optimize get hp/lp dbias implementation iram or flash usage

This commit is contained in:
Li Shuai
2025-03-27 20:54:59 +08:00
committed by wuzhenghui
parent 483e3017cb
commit 61979fda9a

View File

@@ -23,6 +23,9 @@ entries:
rtc_time (noflash_text)
if SOC_PMU_SUPPORTED = y:
pmu_sleep (noflash)
if PM_SLP_IRAM_OPT = y:
pmu_param:get_act_hp_dbias (noflash)
pmu_param:get_act_lp_dbias (noflash)
if SOC_PMU_PVT_SUPPORTED = y && ESP_ENABLE_PVT = y:
pmu_pvt (noflash)
if SOC_USB_SERIAL_JTAG_SUPPORTED = y: