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.
Fork of mbed by
LPC2368/cmsis.h@63:b3110cd2dd17, 2013-05-08 (annotated)
- Committer:
- samux
- Date:
- Wed May 08 14:50:20 2013 +0100
- Revision:
- 63:b3110cd2dd17
- Parent:
- 44:24d45a770a51
spi slave and i2c slave support
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| emilmont | 40:976df7c37ad5 | 1 | /* mbed Microcontroller Library - CMSIS |
| emilmont | 40:976df7c37ad5 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
| emilmont | 40:976df7c37ad5 | 3 | * |
| emilmont | 40:976df7c37ad5 | 4 | * A generic CMSIS include header, pulling in LPC2368 specifics |
| emilmont | 40:976df7c37ad5 | 5 | */ |
| emilmont | 40:976df7c37ad5 | 6 | |
| emilmont | 40:976df7c37ad5 | 7 | #ifndef MBED_CMSIS_H |
| emilmont | 40:976df7c37ad5 | 8 | #define MBED_CMSIS_H |
| emilmont | 40:976df7c37ad5 | 9 | |
| emilmont | 40:976df7c37ad5 | 10 | #include "LPC23xx.h" |
| emilmont | 40:976df7c37ad5 | 11 | #include "cmsis_nvic.h" |
| emilmont | 40:976df7c37ad5 | 12 | |
| emilmont | 40:976df7c37ad5 | 13 | #endif |
