|
|
@@ -44,38 +44,33 @@
|
|
|
#include "esp_rom_sys.h"
|
|
|
#include "brownout.h"
|
|
|
#include "esp_private/sleep_retention.h"
|
|
|
+#include "esp_private/esp_clk.h"
|
|
|
|
|
|
#ifdef CONFIG_IDF_TARGET_ESP32
|
|
|
#include "esp32/rom/cache.h"
|
|
|
#include "esp32/rom/rtc.h"
|
|
|
-#include "esp32/clk.h"
|
|
|
#include "esp_private/gpio.h"
|
|
|
#include "esp_private/sleep_gpio.h"
|
|
|
#elif CONFIG_IDF_TARGET_ESP32S2
|
|
|
-#include "esp32s2/clk.h"
|
|
|
#include "esp32s2/rom/cache.h"
|
|
|
#include "esp32s2/rom/rtc.h"
|
|
|
#include "soc/extmem_reg.h"
|
|
|
#include "esp_private/gpio.h"
|
|
|
#elif CONFIG_IDF_TARGET_ESP32S3
|
|
|
-#include "esp32s3/clk.h"
|
|
|
#include "esp32s3/rom/cache.h"
|
|
|
#include "esp32s3/rom/rtc.h"
|
|
|
#include "soc/extmem_reg.h"
|
|
|
#include "esp_private/sleep_mac_bb.h"
|
|
|
#elif CONFIG_IDF_TARGET_ESP32C3
|
|
|
-#include "esp32c3/clk.h"
|
|
|
#include "esp32c3/rom/cache.h"
|
|
|
#include "esp32c3/rom/rtc.h"
|
|
|
#include "soc/extmem_reg.h"
|
|
|
#include "esp_private/sleep_mac_bb.h"
|
|
|
#elif CONFIG_IDF_TARGET_ESP32H2
|
|
|
-#include "esp32h2/clk.h"
|
|
|
#include "esp32h2/rom/cache.h"
|
|
|
#include "esp32h2/rom/rtc.h"
|
|
|
#include "soc/extmem_reg.h"
|
|
|
#elif CONFIG_IDF_TARGET_ESP8684
|
|
|
-#include "esp_private/esp_clk.h"
|
|
|
#include "esp8684/rom/cache.h"
|
|
|
#include "esp8684/rom/rtc.h"
|
|
|
#include "soc/extmem_reg.h"
|