|
|
@@ -23,6 +23,7 @@
|
|
|
#include "esp_system.h"
|
|
|
|
|
|
#include "esp_efuse.h"
|
|
|
+#include "cache_err_int.h"
|
|
|
#include "esp_clk_internal.h"
|
|
|
|
|
|
#include "esp_rom_efuse.h"
|
|
|
@@ -33,14 +34,11 @@
|
|
|
#if CONFIG_IDF_TARGET_ESP32
|
|
|
#include "soc/dport_reg.h"
|
|
|
#include "esp32/rtc.h"
|
|
|
-#include "esp32/cache_err_int.h"
|
|
|
#include "esp32/rom/cache.h"
|
|
|
#include "esp32/rom/rtc.h"
|
|
|
#include "esp32/spiram.h"
|
|
|
#elif CONFIG_IDF_TARGET_ESP32S2
|
|
|
#include "esp32s2/rtc.h"
|
|
|
-#include "esp32s2/brownout.h"
|
|
|
-#include "esp32s2/cache_err_int.h"
|
|
|
#include "esp32s2/rom/cache.h"
|
|
|
#include "esp32s2/rom/rtc.h"
|
|
|
#include "esp32s2/spiram.h"
|
|
|
@@ -48,8 +46,6 @@
|
|
|
#include "esp32s2/memprot.h"
|
|
|
#elif CONFIG_IDF_TARGET_ESP32S3
|
|
|
#include "esp32s3/rtc.h"
|
|
|
-#include "esp32s3/brownout.h"
|
|
|
-#include "esp32s3/cache_err_int.h"
|
|
|
#include "esp32s3/rom/cache.h"
|
|
|
#include "esp32s3/rom/rtc.h"
|
|
|
#include "esp32s3/spiram.h"
|
|
|
@@ -60,7 +56,6 @@
|
|
|
#include "soc/system_reg.h"
|
|
|
#elif CONFIG_IDF_TARGET_ESP32C3
|
|
|
#include "esp32c3/rtc.h"
|
|
|
-#include "esp32c3/cache_err_int.h"
|
|
|
#include "esp32s3/rom/cache.h"
|
|
|
#include "esp32c3/rom/rtc.h"
|
|
|
#include "soc/cache_memory.h"
|