Merge branch 'test/check_soc_header_file_compile' into 'master'

soc: check the soc header files can compile

Closes IDF-5721

See merge request espressif/esp-idf!24393
This commit is contained in:
morris
2023-06-27 13:30:19 +08:00
33 changed files with 103 additions and 103 deletions
@@ -11,7 +11,7 @@
#include "soc/rtc.h"
#include "esp_private/rtc_clk.h"
#include "soc/rtc_periph.h"
#include "soc/sens_periph.h"
#include "soc/sens_reg.h"
#include "soc/soc_caps.h"
#include "soc/chip_revision.h"
#include "hal/efuse_ll.h"
@@ -13,7 +13,6 @@
#include "esp_cpu.h"
#include "soc/rtc.h"
#include "soc/rtc_periph.h"
#include "soc/sens_periph.h"
#include "hal/clk_tree_ll.h"
#include "hal/regi2c_ctrl_ll.h"
#include "esp_hw_log.h"
@@ -12,7 +12,6 @@
#include "esp_rom_uart.h"
#include "soc/rtc.h"
#include "soc/rtc_periph.h"
#include "soc/sens_periph.h"
#include "soc/syscon_reg.h"
#include "hal/regi2c_ctrl_ll.h"
#include "esp_hw_log.h"
-1
View File
@@ -10,7 +10,6 @@
#include "esp_types.h"
#include "esp_log.h"
#include "soc/rtc_periph.h"
#include "soc/syscon_periph.h"
#include "soc/rtc.h"
#include "soc/periph_defs.h"
#include "freertos/FreeRTOS.h"
@@ -12,7 +12,7 @@
#include "soc/rtc.h"
#include "soc/rtc_periph.h"
#if SOC_ADC_RTC_CTRL_SUPPORTED
#include "soc/sens_periph.h"
#include "soc/sens_reg.h"
#endif
#include "soc/gpio_periph.h"
#include "hal/gpio_ll.h"