mbed official / mbed

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

Committer:
bogdanm
Date:
Fri Sep 12 16:41:52 2014 +0100
Revision:
89:552587b429a1
Parent:
85:024bf7f99721
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
bogdanm 85:024bf7f99721 1 /* mbed Microcontroller Library - CMSIS
bogdanm 85:024bf7f99721 2 * Copyright (C) 2009-2011 ARM Limited. All rights reserved.
bogdanm 85:024bf7f99721 3 *
bogdanm 85:024bf7f99721 4 * A generic CMSIS include header, pulling in LPC1768 specifics
bogdanm 85:024bf7f99721 5 */
bogdanm 85:024bf7f99721 6
bogdanm 85:024bf7f99721 7 #ifndef MBED_CMSIS_H
bogdanm 85:024bf7f99721 8 #define MBED_CMSIS_H
bogdanm 85:024bf7f99721 9
bogdanm 85:024bf7f99721 10 #include "LPC17xx.h"
bogdanm 85:024bf7f99721 11 #include "cmsis_nvic.h"
bogdanm 85:024bf7f99721 12
bogdanm 85:024bf7f99721 13 #endif