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:
parent
ccbe3fbfbb
commit
b1490658cf
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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 */
|
||||||
|
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
Loading…
Reference in New Issue