my fork

Dependents:   Nucleo_blueNRG

Fork of mbed by mbed official

Committer:
bogdanm
Date:
Mon May 19 18:14:09 2014 +0100
Revision:
84:0b3ab51c8877
Release 84 of the mbed library

Main changes:

- added LPC11U68 to the official build
- Bug fixes and new features for ST Nucleo boards
- I2C fixes for Freescale targets
- Added nRF51822 exporters

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bogdanm 84:0b3ab51c8877 1 /* mbed Microcontroller Library - CMSIS
bogdanm 84:0b3ab51c8877 2 * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
bogdanm 84:0b3ab51c8877 3 *
bogdanm 84:0b3ab51c8877 4 * A generic CMSIS include header, pulling in LPC8xx specifics
bogdanm 84:0b3ab51c8877 5 */
bogdanm 84:0b3ab51c8877 6
bogdanm 84:0b3ab51c8877 7 #ifndef MBED_CMSIS_H
bogdanm 84:0b3ab51c8877 8 #define MBED_CMSIS_H
bogdanm 84:0b3ab51c8877 9
bogdanm 84:0b3ab51c8877 10 #include "LPC11U6x.h"
bogdanm 84:0b3ab51c8877 11 #include "cmsis_nvic.h"
bogdanm 84:0b3ab51c8877 12
bogdanm 84:0b3ab51c8877 13 #endif