Merge branch 'refactor/rename_esp_macro_header' into 'master'

esp_common: Rename esp_macro.h to esp_macros.h

See merge request espressif/esp-idf!17452
This commit is contained in:
Darian
2022-03-11 13:50:04 +08:00
4 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
#include "xtensa/config/specreg.h" #include "xtensa/config/specreg.h"
#include "xt_instr_macros.h" #include "xt_instr_macros.h"
#include "portbenchmark.h" #include "portbenchmark.h"
#include "esp_macro.h" #include "esp_macros.h"
#include "hal/cpu_hal.h" #include "hal/cpu_hal.h"
#include "esp_private/crosscore_int.h" #include "esp_private/crosscore_int.h"

View File

@@ -44,7 +44,7 @@
#include <stdio.h> #include <stdio.h>
#include "spinlock.h" #include "spinlock.h"
#include "soc/interrupt_core0_reg.h" #include "soc/interrupt_core0_reg.h"
#include "esp_macro.h" #include "esp_macros.h"
#include "esp_attr.h" #include "esp_attr.h"
#include "esp_rom_sys.h" #include "esp_rom_sys.h"
#include "esp_timer.h" /* required for FreeRTOS run time stats */ #include "esp_timer.h" /* required for FreeRTOS run time stats */

View File

@@ -74,7 +74,7 @@
#include "spinlock.h" #include "spinlock.h"
#include "hal/cpu_hal.h" #include "hal/cpu_hal.h"
#include "esp_private/crosscore_int.h" #include "esp_private/crosscore_int.h"
#include "esp_macro.h" #include "esp_macros.h"
#include "esp_attr.h" #include "esp_attr.h"
#include "esp_timer.h" /* required for esp_timer_get_time. [refactor-todo] make this common between archs */ #include "esp_timer.h" /* required for esp_timer_get_time. [refactor-todo] make this common between archs */
#include "esp_newlib.h" /* required for esp_reent_init() in tasks.c */ #include "esp_newlib.h" /* required for esp_reent_init() in tasks.c */