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: FRDM-KL46Z_LCD_Test FRDM-KL46Z_LCD_Test FRDM-KL46Z_Plantilla FRDM-KL46Z_Plantilla ... more
targets/cmsis/TARGET_Freescale/TARGET_K22F/cmsis.h@0:6bc4ac881c8e, 2016-07-28 (annotated)
- Committer:
- ebrus
- Date:
- Thu Jul 28 15:56:34 2016 +0000
- Revision:
- 0:6bc4ac881c8e
1;
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| ebrus | 0:6bc4ac881c8e | 1 | /* mbed Microcontroller Library - CMSIS |
| ebrus | 0:6bc4ac881c8e | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
| ebrus | 0:6bc4ac881c8e | 3 | * |
| ebrus | 0:6bc4ac881c8e | 4 | * A generic CMSIS include header, pulling in LPC11U24 specifics |
| ebrus | 0:6bc4ac881c8e | 5 | */ |
| ebrus | 0:6bc4ac881c8e | 6 | |
| ebrus | 0:6bc4ac881c8e | 7 | #ifndef MBED_CMSIS_H |
| ebrus | 0:6bc4ac881c8e | 8 | #define MBED_CMSIS_H |
| ebrus | 0:6bc4ac881c8e | 9 | |
| ebrus | 0:6bc4ac881c8e | 10 | #include "MK22F51212.h" |
| ebrus | 0:6bc4ac881c8e | 11 | #include "cmsis_nvic.h" |
| ebrus | 0:6bc4ac881c8e | 12 | |
| ebrus | 0:6bc4ac881c8e | 13 | #endif |