Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.

Dependents:   1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB

Fork of mbed by mbed official

Committer:
bogdanm
Date:
Fri Dec 13 14:18:40 2013 +0200
Revision:
74:a842253909c9
Release 74 of the mbed library

Main changes:

- added Embedded Artists LPC11U35 quick start board to the SDK
- fixes for LPC4088/NUCLEO_F103RB

Who changed what in which revision?

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