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.
TARGET_LPC11U24/cmsis.h@66:9c8f0e3462fb, 2013-08-19 (annotated)
- Committer:
- bogdanm
- Date:
- Mon Aug 19 13:34:54 2013 +0300
- Revision:
- 66:9c8f0e3462fb
- Parent:
- 64:e3affc9e7238
New mbed library build with support for LPC1114.
Built from github tag 'mbed_lib_rev66'
Who changed what in which revision?
User | Revision | Line number | New 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 "LPC11Uxx.h" |
bogdanm | 66:9c8f0e3462fb | 11 | #include "cmsis_nvic.h" |
bogdanm | 66:9c8f0e3462fb | 12 | |
bogdanm | 66:9c8f0e3462fb | 13 | #endif |