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 by
TARGET_LPC1768/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 LPC1768 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 "LPC17xx.h" |
bogdanm | 66:9c8f0e3462fb | 11 | #include "cmsis_nvic.h" |
bogdanm | 66:9c8f0e3462fb | 12 | |
bogdanm | 66:9c8f0e3462fb | 13 | #endif |