refactor(soc): sort esp32c5 soc headers

This commit is contained in:
laokaiyao 2024-09-06 18:29:15 +08:00 committed by Kevin (Lao Kaiyao)
parent 6a29351bd0
commit 82f4add36d
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