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-src by
targets/cmsis/TARGET_NXP/TARGET_LPC11XX_11CXX/cmsis.h@30:91c1d09ada54, 2013-09-25 (annotated)
- Committer:
- mbed_official
- Date:
- Wed Sep 25 10:30:04 2013 +0100
- Revision:
- 30:91c1d09ada54
Synchronized with git revision 8f57c1e84759991fa81ede0da2b4aabe8530fa09
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 30:91c1d09ada54 | 1 | /* mbed Microcontroller Library - CMSIS |
mbed_official | 30:91c1d09ada54 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
mbed_official | 30:91c1d09ada54 | 3 | * |
mbed_official | 30:91c1d09ada54 | 4 | * A generic CMSIS include header, pulling in LPC11U24 specifics |
mbed_official | 30:91c1d09ada54 | 5 | */ |
mbed_official | 30:91c1d09ada54 | 6 | |
mbed_official | 30:91c1d09ada54 | 7 | #ifndef MBED_CMSIS_H |
mbed_official | 30:91c1d09ada54 | 8 | #define MBED_CMSIS_H |
mbed_official | 30:91c1d09ada54 | 9 | |
mbed_official | 30:91c1d09ada54 | 10 | #include "LPC11xx.h" |
mbed_official | 30:91c1d09ada54 | 11 | #include "cmsis_nvic.h" |
mbed_official | 30:91c1d09ada54 | 12 | |
mbed_official | 30:91c1d09ada54 | 13 | #endif |