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: cc3000_ping_demo_try_2
Fork of mbed by
KL25Z/cmsis.h@60:3d0ef94e36ec, 2013-02-19 (annotated)
- Committer:
- emilmont
- Date:
- Tue Feb 19 10:00:15 2013 +0000
- Revision:
- 60:3d0ef94e36ec
Add Freescale FRDM-KL25Z
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
emilmont | 60:3d0ef94e36ec | 1 | /* mbed Microcontroller Library - CMSIS |
emilmont | 60:3d0ef94e36ec | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
emilmont | 60:3d0ef94e36ec | 3 | * |
emilmont | 60:3d0ef94e36ec | 4 | * A generic CMSIS include header, pulling in LPC11U24 specifics |
emilmont | 60:3d0ef94e36ec | 5 | */ |
emilmont | 60:3d0ef94e36ec | 6 | |
emilmont | 60:3d0ef94e36ec | 7 | #ifndef MBED_CMSIS_H |
emilmont | 60:3d0ef94e36ec | 8 | #define MBED_CMSIS_H |
emilmont | 60:3d0ef94e36ec | 9 | |
emilmont | 60:3d0ef94e36ec | 10 | #include "MKL25Z4.h" |
emilmont | 60:3d0ef94e36ec | 11 | #include "cmsis_nvic.h" |
emilmont | 60:3d0ef94e36ec | 12 | |
emilmont | 60:3d0ef94e36ec | 13 | #endif |