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:
66:9c8f0e3462fb
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 66:9c8f0e3462fb 1 /* mbed Microcontroller Library - CMSIS
bogdanm 66:9c8f0e3462fb 2 * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
bogdanm 66:9c8f0e3462fb 3 *
bogdanm 66:9c8f0e3462fb 4 * A generic CMSIS include header, pulling in LPC407x_8x specifics
bogdanm 66:9c8f0e3462fb 5 */
bogdanm 66:9c8f0e3462fb 6
bogdanm 66:9c8f0e3462fb 7 #ifndef MBED_CMSIS_H
bogdanm 66:9c8f0e3462fb 8 #define MBED_CMSIS_H
bogdanm 66:9c8f0e3462fb 9
bogdanm 66:9c8f0e3462fb 10 #include "LPC407x_8x_177x_8x.h"
bogdanm 66:9c8f0e3462fb 11 #include "cmsis_nvic.h"
bogdanm 66:9c8f0e3462fb 12
bogdanm 66:9c8f0e3462fb 13 #endif