mbed library sources. Supersedes mbed-src.

Fork of mbed-dev by mbed official

Committer:
screamer
Date:
Tue Aug 02 14:07:36 2016 +0000
Revision:
144:423e1876dc07
Parent:
0:9b334a45a8ff
Added targets.json file for the supported targets in the release

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