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-dev by
targets/cmsis/TARGET_Freescale/TARGET_K22F/cmsis.h@121:7f86b4238bec, 2016-05-03 (annotated)
- Committer:
- mbed_official
- Date:
- Tue May 03 00:15:16 2016 +0100
- Revision:
- 121:7f86b4238bec
- Parent:
- 0:9b334a45a8ff
- Child:
- 144:ef7eb2e8f9f7
Synchronized with git revision 9cef243de23875778f461bbe9a8c1bc47e65212b
Full URL: https://github.com/mbedmicro/mbed/commit/9cef243de23875778f461bbe9a8c1bc47e65212b/
Switch to KSDK 2.0
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bogdanm | 0:9b334a45a8ff | 1 | /* mbed Microcontroller Library - CMSIS |
bogdanm | 0:9b334a45a8ff | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
bogdanm | 0:9b334a45a8ff | 3 | * |
bogdanm | 0:9b334a45a8ff | 4 | * A generic CMSIS include header, pulling in LPC11U24 specifics |
bogdanm | 0:9b334a45a8ff | 5 | */ |
bogdanm | 0:9b334a45a8ff | 6 | |
bogdanm | 0:9b334a45a8ff | 7 | #ifndef MBED_CMSIS_H |
bogdanm | 0:9b334a45a8ff | 8 | #define MBED_CMSIS_H |
bogdanm | 0:9b334a45a8ff | 9 | |
mbed_official | 121:7f86b4238bec | 10 | #include "fsl_device_registers.h" |
bogdanm | 0:9b334a45a8ff | 11 | #include "cmsis_nvic.h" |
bogdanm | 0:9b334a45a8ff | 12 | |
bogdanm | 0:9b334a45a8ff | 13 | #endif |