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:
bogdanm
Date:
Fri Sep 12 16:41:52 2014 +0100
Revision:
89:552587b429a1
Parent:
79:0c05e21ae27e
Release 89 of the mbed library

Main changes:

- low power optimizations for Nordic targets
- code structure changes for Freescale K64F targets
- bug fixes in various backends

Who changed what in which revision?

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