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: Nucleo_L432KC_Quadrature_Decoder_with_ADC_and_DAC
Fork of mbed-dev by
targets/cmsis/TARGET_NXP/TARGET_LPC11U6X/cmsis.h@0:9b334a45a8ff, 2015-10-01 (annotated)
- Committer:
 - bogdanm
 - Date:
 - Thu Oct 01 15:25:22 2015 +0300
 - Revision:
 - 0:9b334a45a8ff
 - Child:
 - 144:ef7eb2e8f9f7
 
Initial commit on mbed-dev
Replaces mbed-src (now inactive)
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| bogdanm | 0:9b334a45a8ff | 1 | /* mbed Microcontroller Library - CMSIS | 
| bogdanm | 0:9b334a45a8ff | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. | 
| bogdanm | 0:9b334a45a8ff | 3 | * | 
| bogdanm | 0:9b334a45a8ff | 4 | * A generic CMSIS include header, pulling in LPC8xx specifics | 
| bogdanm | 0:9b334a45a8ff | 5 | */ | 
| bogdanm | 0:9b334a45a8ff | 6 | |
| bogdanm | 0:9b334a45a8ff | 7 | #ifndef MBED_CMSIS_H | 
| bogdanm | 0:9b334a45a8ff | 8 | #define MBED_CMSIS_H | 
| bogdanm | 0:9b334a45a8ff | 9 | |
| bogdanm | 0:9b334a45a8ff | 10 | #include "LPC11U6x.h" | 
| bogdanm | 0:9b334a45a8ff | 11 | #include "cmsis_nvic.h" | 
| bogdanm | 0:9b334a45a8ff | 12 | |
| bogdanm | 0:9b334a45a8ff | 13 | #endif | 
