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_LPC11U35_401/cmsis.h@74:a842253909c9, 2013-12-13 (annotated)
- Committer:
- bogdanm
- Date:
- Fri Dec 13 14:18:40 2013 +0200
- Revision:
- 74:a842253909c9
Release 74 of the mbed library
Main changes:
- added Embedded Artists LPC11U35 quick start board to the SDK
- fixes for LPC4088/NUCLEO_F103RB
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| bogdanm | 74:a842253909c9 | 1 | /* mbed Microcontroller Library - CMSIS |
| bogdanm | 74:a842253909c9 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
| bogdanm | 74:a842253909c9 | 3 | * |
| bogdanm | 74:a842253909c9 | 4 | * A generic CMSIS include header, pulling in LPC11U24 specifics |
| bogdanm | 74:a842253909c9 | 5 | */ |
| bogdanm | 74:a842253909c9 | 6 | |
| bogdanm | 74:a842253909c9 | 7 | #ifndef MBED_CMSIS_H |
| bogdanm | 74:a842253909c9 | 8 | #define MBED_CMSIS_H |
| bogdanm | 74:a842253909c9 | 9 | |
| bogdanm | 74:a842253909c9 | 10 | #include "LPC11Uxx.h" |
| bogdanm | 74:a842253909c9 | 11 | #include "cmsis_nvic.h" |
| bogdanm | 74:a842253909c9 | 12 | |
| bogdanm | 74:a842253909c9 | 13 | #endif |
