ARM: rename mbed-system_stm32f4xx.c/.h to cmsis-system_stm32f4xx.c/.h.

Last part of the effort to rename all CMSIS-provided files to "cmsis-".
This commit is contained in:
Nico Tonnhofer 2015-11-19 18:14:03 +01:00
parent be4c4eb90b
commit 8cf27adcba
4 changed files with 1 additions and 5 deletions

View File

@ -118,10 +118,6 @@ TARGET = $(PROGRAM).hex
# to keep this working and can take a shortcut:
SOURCES = $(wildcard *.c)
ifeq ($(MCU), stm32f411)
SOURCES += mbed-system_stm32f4xx.c
endif
# Other target MCU specific adjustments:
ifeq ($(MCU), lpc1114)
STARTUP_FILE = cmsis-startup_lpc11xx.s

View File

@ -222,7 +222,7 @@ typedef enum
*/
#include "cmsis-core_cm4.h" /* Cortex-M4 processor and core peripherals */
#include "mbed-system_stm32f4xx.h"
#include "cmsis-system_stm32f4xx.h"
#include <stdint.h>
/** @addtogroup Peripheral_registers_structures