Rigado / mbed-src-bmd-200

Dependents:   mbed_blinky-bmd-200 bmd-200_accel_demo firstRig

Fork of mbed-src by mbed official

Committer:
mbed_official
Date:
Tue Apr 28 11:45:12 2015 +0100
Revision:
529:c320967f86b9
Synchronized with git revision 299385b8331142b9dc524da7a986536f60b14553

Full URL: https://github.com/mbedmicro/mbed/commit/299385b8331142b9dc524da7a986536f60b14553/

Add in Silicon Labs targets with asynchronous API support

Who changed what in which revision?

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