Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-src by
targets/cmsis/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32LG_STK3600/cmsis.h@525:c320967f86b9, 2015-04-28 (annotated)
- Committer:
- mbed_official
- Date:
- Tue Apr 28 11:45:12 2015 +0100
- Revision:
- 525: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?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 525:c320967f86b9 | 1 | /* mbed Microcontroller Library - CMSIS |
mbed_official | 525:c320967f86b9 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
mbed_official | 525:c320967f86b9 | 3 | * |
mbed_official | 525:c320967f86b9 | 4 | * A generic CMSIS include header, pulling in EFM32 specifics |
mbed_official | 525:c320967f86b9 | 5 | */ |
mbed_official | 525:c320967f86b9 | 6 | |
mbed_official | 525:c320967f86b9 | 7 | #ifndef MBED_CMSIS_H |
mbed_official | 525:c320967f86b9 | 8 | #define MBED_CMSIS_H |
mbed_official | 525:c320967f86b9 | 9 | |
mbed_official | 525:c320967f86b9 | 10 | #include "em_device.h" |
mbed_official | 525:c320967f86b9 | 11 | #include "cmsis_nvic.h" |
mbed_official | 525:c320967f86b9 | 12 | |
mbed_official | 525:c320967f86b9 | 13 | #endif |