Merge branch 'refactor/split_esp32c5_soc_include_folder' into 'master'

refactor(soc): sort esp32c5 soc headers

See merge request espressif/esp-idf!33321
This commit is contained in:
Kevin (Lao Kaiyao)
2024-10-11 18:22:44 +08:00
125 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
#endif
#include "esp_bit_defs.h"
#include "reg_base.h"
#include "soc/reg_base.h"
#define PRO_CPU_NUM (0)

View File

@@ -7,6 +7,6 @@
#include "soc/hp_system_reg.h"
// TODO: IDF-5720
#include "intpri_reg.h"
#include "soc/intpri_reg.h"
#define SYSTEM_CPU_INTR_FROM_CPU_0_REG INTPRI_CPU_INTR_FROM_CPU_0_REG
#define SYSTEM_CPU_INTR_FROM_CPU_0 INTPRI_CPU_INTR_FROM_CPU_0

View File

@@ -11,7 +11,7 @@
extern "C" {
#endif
#include "soc.h"
#include "soc/soc.h"
#include "soc/pmu_reg.h"
typedef union {

Some files were not shown because too many files have changed in this diff Show More