feat(esp_hw_support): support switch to VBAT power supply in deepsleep on esp32p4

This commit is contained in:
wuzhenghui
2025-02-24 14:37:24 +08:00
parent 190eca39b2
commit 9b5944b795
21 changed files with 317 additions and 41 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ if(NOT non_os_build)
list(APPEND srcs "power_supply/brownout.c")
endif()
if(CONFIG_ESP_VBAT_INIT_AUTO)
if(CONFIG_SOC_VBAT_SUPPORTED)
list(APPEND srcs "power_supply/vbat.c")
endif()