mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

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?

UserRevisionLine numberNew 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 LPC11U24 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 "LPC11Uxx.h"
bogdanm 0:9b334a45a8ff 11 #include "cmsis_nvic.h"
bogdanm 0:9b334a45a8ff 12
bogdanm 0:9b334a45a8ff 13 #endif