The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Committer:
emilmont
Date:
Fri Feb 21 12:21:39 2014 +0000
Revision:
80:8e73be2a2ac1
Parent:
74:a842253909c9
First alpha release for the NRF51822 target (to be tested in the online IDE)

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