Skip to content

Commit

Permalink
Merge branch 'refactor/split_esp32c5_soc_include_folder' into 'master'
Browse files Browse the repository at this point in the history
refactor(soc): sort esp32c5 soc headers

See merge request espressif/esp-idf!33321
  • Loading branch information
L-KAYA committed Oct 11, 2024
2 parents 4570516 + 82f4add commit a74730e
Show file tree
Hide file tree
Showing 125 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/soc/esp32c5/include/soc/soc.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#endif

#include "esp_bit_defs.h"
#include "reg_base.h"
#include "soc/reg_base.h"

#define PRO_CPU_NUM (0)

Expand Down
2 changes: 1 addition & 1 deletion components/soc/esp32c5/include/soc/system_reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Empty file.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
extern "C" {
#endif

#include "soc.h"
#include "soc/soc.h"
#include "soc/pmu_reg.h"

typedef union {
Expand Down

0 comments on commit a74730e

Please sign in to comment.