ARM: rename mbed-system_LPC11xx.c/.h to cmsis-system_lpc11xx.c/.h.

Last part of the effort to rename all CMSIS-provided files to
"cmsis-".
This commit is contained in:
Markus Hitter 2015-07-30 00:32:41 +02:00
parent ccbe3fbfbb
commit b1490658cf
4 changed files with 3 additions and 3 deletions

View File

@ -99,7 +99,7 @@ TARGET = $(PROGRAM).hex
# in #ifdef __AVR__. To avoid this, build only a selection for now: # in #ifdef __AVR__. To avoid this, build only a selection for now:
SOURCES = mendel.c cpu.c serial.c sermsg.c sersendf.c delay.c SOURCES = mendel.c cpu.c serial.c sermsg.c sersendf.c delay.c
ifeq ($(MCU), lpc1114) ifeq ($(MCU), lpc1114)
SOURCES += mbed-system_LPC11xx.c SOURCES += cmsis-system_lpc11xx.c
endif endif
# Other target MCU specific adjustments: # Other target MCU specific adjustments:

View File

@ -122,7 +122,7 @@ typedef enum IRQn
#include "cmsis-core_cm0.h" /* Cortex-M0 processor and core peripherals */ #include "cmsis-core_cm0.h" /* Cortex-M0 processor and core peripherals */
#include "mbed-system_LPC11xx.h" /* System Header */ #include "cmsis-system_lpc11xx.h" /* System Header */
/******************************************************************************/ /******************************************************************************/

View File

@ -45,7 +45,7 @@
#ifdef __ARMEL__ #ifdef __ARMEL__
#include "mbed-system_LPC11xx.h" #include "cmsis-system_lpc11xx.h"
#include "cmsis-lpc11xx.h" #include "cmsis-lpc11xx.h"
// Moved definitions from here to system_LPC11xx.h. // Moved definitions from here to system_LPC11xx.h.