change: fix esp32h21 ci build error of sar_periph_ctrl_power_disable not found

This commit is contained in:
Li Shuai
2025-03-18 21:34:52 +08:00
parent d9a675eff3
commit b47005a030

View File

@@ -43,7 +43,8 @@ entries:
esp_clk:calc_checksum (noflash) esp_clk:calc_checksum (noflash)
if SOC_SYSTIMER_SUPPORTED = y: if SOC_SYSTIMER_SUPPORTED = y:
systimer (noflash) systimer (noflash)
sar_periph_ctrl:sar_periph_ctrl_power_disable (noflash) if IDF_TARGET_ESP32H21 != y && IDF_TARGET_ESP32H4 != y:
sar_periph_ctrl:sar_periph_ctrl_power_disable (noflash)
if SOC_TEMP_SENSOR_SUPPORTED = y: if SOC_TEMP_SENSOR_SUPPORTED = y:
sar_periph_ctrl_common:temperature_sensor_power_acquire (noflash) sar_periph_ctrl_common:temperature_sensor_power_acquire (noflash)
sar_periph_ctrl_common:temperature_sensor_power_release (noflash) sar_periph_ctrl_common:temperature_sensor_power_release (noflash)