Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
LPC2368/GCC_ARM/cmsis.h@33:5364839841bd, 2012-01-10 (annotated)
- Committer:
- emilmont
- Date:
- Tue Jan 10 12:00:50 2012 +0000
- Revision:
- 33:5364839841bd
- Parent:
- 27:7110ebee3484
[10 January 2012] CAN::attach template. CMSIS updates.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| emilmont | 27:7110ebee3484 | 1 | /* mbed Microcontroller Library - CMSIS |
| emilmont | 27:7110ebee3484 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
| emilmont | 27:7110ebee3484 | 3 | * |
| emilmont | 27:7110ebee3484 | 4 | * A generic CMSIS include header, pulling in LPC2368 specifics |
| emilmont | 27:7110ebee3484 | 5 | */ |
| emilmont | 27:7110ebee3484 | 6 | |
| emilmont | 27:7110ebee3484 | 7 | #ifndef MBED_CMSIS_H |
| emilmont | 27:7110ebee3484 | 8 | #define MBED_CMSIS_H |
| emilmont | 27:7110ebee3484 | 9 | |
| emilmont | 27:7110ebee3484 | 10 | #ifndef TARGET_LPC2368 |
| emilmont | 27:7110ebee3484 | 11 | #define TARGET_LPC2368 |
| emilmont | 27:7110ebee3484 | 12 | #endif |
| emilmont | 27:7110ebee3484 | 13 | |
| emilmont | 27:7110ebee3484 | 14 | #include "LPC23xx.h" |
| emilmont | 27:7110ebee3484 | 15 | #include "cmsis_nvic.h" |
| emilmont | 27:7110ebee3484 | 16 | |
| emilmont | 27:7110ebee3484 | 17 | #endif |


