Power Management: refactor the configuration of each module in sleep mode

This commit is contained in:
Li Shuai
2022-12-12 11:56:11 +08:00
committed by wuzhenghui
parent 200f69e6eb
commit 1a10eabe41
13 changed files with 237 additions and 163 deletions

View File

@@ -9,6 +9,7 @@
#include "esp_log.h"
#include "esp_private/wifi.h"
#include "esp_private/adc_share_hw_ctrl.h"
#include "esp_private/sleep_modem.h"
#include "esp_pm.h"
#include "esp_sleep.h"
#include "esp_private/pm_impl.h"