cpu retention: refactor cpu retention and add cpu retention versions option in soc caps

This commit is contained in:
Li Shuai
2023-01-12 18:08:14 +08:00
committed by wuzhenghui
parent 02f5df3b3e
commit 1c39d64f95
9 changed files with 323 additions and 253 deletions

View File

@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
* SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
@@ -33,7 +33,6 @@
#include "esp_phy_init.h"
#include "soc/rtc_cntl_periph.h"
#include "soc/rtc.h"
#include "esp_private/sleep_retention.h"
#include "phy_init_data.h"
#include "esp_private/periph_ctrl.h"
#include "esp_private/esp_clk.h"