mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
Merge branch 'fix/disable_sar_power_when_enter_deepsleep_v5.3' into 'release/v5.3'
fix(esp_hw_support): disable sar power when esp32p4 going to deepsleep (v5.3) See merge request espressif/esp-idf!34868
This commit is contained in:
@ -665,12 +665,10 @@ FORCE_INLINE_ATTR void misc_modules_sleep_prepare(bool deep_sleep)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#if !CONFIG_IDF_TARGET_ESP32P4
|
|
||||||
// TODO: IDF-7370
|
|
||||||
if (!(deep_sleep && s_adc_tsen_enabled)){
|
if (!(deep_sleep && s_adc_tsen_enabled)){
|
||||||
|
// TODO: IDF-7370
|
||||||
sar_periph_ctrl_power_disable();
|
sar_periph_ctrl_power_disable();
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -36,8 +36,7 @@ entries:
|
|||||||
sleep_system_peripheral:peripheral_domain_pd_allowed (noflash)
|
sleep_system_peripheral:peripheral_domain_pd_allowed (noflash)
|
||||||
sleep_modem:modem_domain_pd_allowed (noflash)
|
sleep_modem:modem_domain_pd_allowed (noflash)
|
||||||
sleep_modem:periph_inform_out_light_sleep_overhead (noflash)
|
sleep_modem:periph_inform_out_light_sleep_overhead (noflash)
|
||||||
if IDF_TARGET_ESP32P4 = n: # TODO: IDF-6496
|
sar_periph_ctrl:sar_periph_ctrl_power_disable (noflash)
|
||||||
sar_periph_ctrl:sar_periph_ctrl_power_disable (noflash)
|
|
||||||
|
|
||||||
[mapping:esp_system_pm]
|
[mapping:esp_system_pm]
|
||||||
archive: libesp_system.a
|
archive: libesp_system.a
|
||||||
|
Reference in New Issue
Block a user