ARM: prettify cmsis-lpc11xx.h.

This is, remove trailing whitespace and such stuff. Log of all
changes near the top of the file.
This commit is contained in:
Markus Hitter 2015-07-29 23:47:16 +02:00
parent a7240523e1
commit d1c624f0c5
1 changed files with 66 additions and 71 deletions

View File

@ -27,16 +27,15 @@
****************************************************************************/ ****************************************************************************/
/* /*
Notes for Teacup: Copied in spring 2015 from https://github.com/mbedmicro/mbed, file
mbed/libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC11XX_11CXX/LPC11xx.h
Copied from $(MBED)/libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC11XX_11CXX/LPC11xx.h. Changes for Teacup:
Used only to get things running quickly. Without serial it's almost - Prefixed names of #include files with cmsis- to match the names of the
impossible to see wether code changes work. Should go away soon, because
all this MBED stuff is too bloated for Teacup's purposes.
- Prefixed names of #include files with mbed- to match the names of the
copies in the Teacup repo. copies in the Teacup repo.
- Removed long === runs to not disturb grep'ing for them on Git conflicts.
- Replaced tabs by spaces and removed trailing whitespace.
*/ */
#ifndef __LPC11xx_H__ #ifndef __LPC11xx_H__
#define __LPC11xx_H__ #define __LPC11xx_H__
@ -64,9 +63,7 @@
*/ */
/* /*
* ==========================================================================
* ---------- Interrupt Number Definition ----------------------------------- * ---------- Interrupt Number Definition -----------------------------------
* ==========================================================================
*/ */
typedef enum IRQn typedef enum IRQn
{ {
@ -113,9 +110,7 @@ typedef enum IRQn
} IRQn_Type; } IRQn_Type;
/* /*
* ==========================================================================
* ----------- Processor and Core Peripheral Section ------------------------ * ----------- Processor and Core Peripheral Section ------------------------
* ==========================================================================
*/ */
/* Configuration of the Cortex-M0 Processor and Core Peripherals */ /* Configuration of the Cortex-M0 Processor and Core Peripherals */