ARM: rename mbed-LPC11xx.h to cmsis-lpc11xx.h.

Part of the effort to rename all CMSIS-provided files to "cmsis-".
This commit is contained in:
Markus Hitter 2015-07-29 13:50:39 +02:00
parent 4ff26e1776
commit a7240523e1
5 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@
interrupt safe and also a few clock cycles faster. See macros in pinio.h.
*/
#include "mbed-LPC11xx.h"
#include "cmsis-lpc11xx.h"
/** Pins for UART, the serial port.
*/

View File

@ -5,7 +5,7 @@
#if defined TEACUP_C_INCLUDE && defined __ARMEL__
#include "mbed-LPC11xx.h" // For __ASM() and __SYSTEM_CLOCK.
#include "cmsis-lpc11xx.h" // For __ASM() and __SYSTEM_CLOCK.
/** Delay in microseconds.

View File

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

View File

@ -14,7 +14,7 @@
#if defined TEACUP_C_INCLUDE && defined __ARMEL__
#include "arduino.h"
#include "mbed-LPC11xx.h"
#include "cmsis-lpc11xx.h"
#include "delay.h"
#include "sersendf.h"