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_UBLOX_C027/cmsis.h@77:869cf507173a, 2014-02-14 (annotated)
- Committer:
- emilmont
- Date:
- Fri Feb 14 14:36:43 2014 +0000
- Revision:
- 77:869cf507173a
Release 77 of the mbed library
Main changes:
* Add target NUCLEO_F030R8
* Add target NUCLEO_F401RE
* Add target NUCLEO_F103RB
* Add target NUCLEO_L152RE
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
emilmont | 77:869cf507173a | 1 | /* mbed Microcontroller Library - CMSIS |
emilmont | 77:869cf507173a | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
emilmont | 77:869cf507173a | 3 | * |
emilmont | 77:869cf507173a | 4 | * A generic CMSIS include header, pulling in LPC1768 specifics |
emilmont | 77:869cf507173a | 5 | */ |
emilmont | 77:869cf507173a | 6 | |
emilmont | 77:869cf507173a | 7 | #ifndef MBED_CMSIS_H |
emilmont | 77:869cf507173a | 8 | #define MBED_CMSIS_H |
emilmont | 77:869cf507173a | 9 | |
emilmont | 77:869cf507173a | 10 | #include "LPC17xx.h" |
emilmont | 77:869cf507173a | 11 | #include "cmsis_nvic.h" |
emilmont | 77:869cf507173a | 12 | |
emilmont | 77:869cf507173a | 13 | #endif |