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:
Thu Nov 27 13:33:22 2014 +0000
Revision:
92:4fc01daae5a5
Parent:
66:9c8f0e3462fb
Release 92 of the mbed libray

Main changes:

- nRF51822: fixed pin assignment issues
- ST targets moving to the STM32Cube driver
- LPC1439: fixed serial interrupt issue
- first Cortex-A platform supported in mbed (RZ_A1H)

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 LPC11U24 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 "MKL25Z4.h"
bogdanm 66:9c8f0e3462fb 11 #include "cmsis_nvic.h"
bogdanm 66:9c8f0e3462fb 12
bogdanm 66:9c8f0e3462fb 13 #endif