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.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
TARGET_OC_MBUINO/cmsis.h@91:031413cf7a89, 2014-10-29 (annotated)
- Committer:
- Kojto
- Date:
- Wed Oct 29 11:02:04 2014 +0000
- Revision:
- 91:031413cf7a89
- Parent:
- 89:552587b429a1
Release 91 of the mbed library
Changes:
- RBLAB_NANO - new target addition
- NRF51_DK - new target addition
- NRF51_DONGLE - new target addition
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bogdanm | 88:9327015d4013 | 1 | /* mbed Microcontroller Library - CMSIS |
bogdanm | 88:9327015d4013 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
bogdanm | 88:9327015d4013 | 3 | * |
bogdanm | 88:9327015d4013 | 4 | * A generic CMSIS include header, pulling in LPC11U24 specifics |
bogdanm | 88:9327015d4013 | 5 | */ |
bogdanm | 88:9327015d4013 | 6 | |
bogdanm | 88:9327015d4013 | 7 | #ifndef MBED_CMSIS_H |
bogdanm | 88:9327015d4013 | 8 | #define MBED_CMSIS_H |
bogdanm | 88:9327015d4013 | 9 | |
bogdanm | 88:9327015d4013 | 10 | #include "LPC11Uxx.h" |
bogdanm | 88:9327015d4013 | 11 | #include "cmsis_nvic.h" |
bogdanm | 88:9327015d4013 | 12 | |
bogdanm | 88:9327015d4013 | 13 | #endif |