From 487e6ff6ec233930c2ec7ba73abef520fa137bb8 Mon Sep 17 00:00:00 2001 From: Nico Tonnhofer Date: Thu, 19 Nov 2015 17:58:50 +0100 Subject: [PATCH] STM32F411: rename mbed-core_cm4.h and mbed-core_cm4_simd.h to cmsis-core_cm0.h and cmsis-core_cm4_simd.h Part of the effort to rename all CMSIS-provided files to "cmsis-". --- mbed-core_cm4.h => cmsis-core_cm4.h | 2 +- mbed-core_cm4_simd.h => cmsis-core_cm4_simd.h | 0 cmsis-stm32f4xx.h | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename mbed-core_cm4.h => cmsis-core_cm4.h (99%) rename mbed-core_cm4_simd.h => cmsis-core_cm4_simd.h (100%) diff --git a/mbed-core_cm4.h b/cmsis-core_cm4.h similarity index 99% rename from mbed-core_cm4.h rename to cmsis-core_cm4.h index 0f4df03..135d961 100644 --- a/mbed-core_cm4.h +++ b/cmsis-core_cm4.h @@ -180,7 +180,7 @@ #include /* standard types definitions */ //#include "mbed-core_cmInstr.h" /* Core Instruction Access */ //#include "mbed-core_cmFunc.h" /* Core Function Access */ -#include "mbed-core_cm4_simd.h" /* Compiler specific SIMD Intrinsics */ +#include "cmsis-core_cm4_simd.h" /* Compiler specific SIMD Intrinsics */ /** \brief Count leading zeros diff --git a/mbed-core_cm4_simd.h b/cmsis-core_cm4_simd.h similarity index 100% rename from mbed-core_cm4_simd.h rename to cmsis-core_cm4_simd.h diff --git a/cmsis-stm32f4xx.h b/cmsis-stm32f4xx.h index e723fea..6c643fa 100644 --- a/cmsis-stm32f4xx.h +++ b/cmsis-stm32f4xx.h @@ -225,7 +225,7 @@ typedef enum * @} */ -#include "mbed-core_cm4.h" /* Cortex-M4 processor and core peripherals */ +#include "cmsis-core_cm4.h" /* Cortex-M4 processor and core peripherals */ #include "mbed-system_stm32f4xx.h" #include