change(esp_hw_support): support power management dfs flow

This commit is contained in:
Li Shuai
2025-03-04 20:15:56 +08:00
committed by BOT
parent d3a9e4f185
commit e351f17790
5 changed files with 15 additions and 10 deletions
-6
View File
@@ -171,12 +171,6 @@ set(public_include_dirs "include" "include/soc" "include/soc/${target}"
"dma/include" "ldo/include" "debug_probe/include"
"mspi_timing_tuning/include" "power_supply/include")
if(CONFIG_IDF_TARGET_ESP32H21)
list(REMOVE_ITEM srcs
"sleep_modes.c" # TODO: [ESP32H21] IDF-11515, IDF-11517
)
endif()
idf_component_register(SRCS ${srcs}
INCLUDE_DIRS ${public_include_dirs}
PRIV_INCLUDE_DIRS port/include include/esp_private