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-".
This commit is contained in:
Nico Tonnhofer 2015-11-19 17:58:50 +01:00
parent 7dd657d56a
commit 487e6ff6ec
3 changed files with 2 additions and 2 deletions

View File

@ -180,7 +180,7 @@
#include <stdint.h> /* standard types definitions */ #include <stdint.h> /* standard types definitions */
//#include "mbed-core_cmInstr.h" /* Core Instruction Access */ //#include "mbed-core_cmInstr.h" /* Core Instruction Access */
//#include "mbed-core_cmFunc.h" /* Core Function 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 /** \brief Count leading zeros

View File

@ -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 "mbed-system_stm32f4xx.h"
#include <stdint.h> #include <stdint.h>