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.
TARGET_LPC11U68/cmsis.h@0:b16d94660a33, 2014-12-23 (annotated)
- Committer:
- Jasper_lee
- Date:
- Tue Dec 23 03:35:08 2014 +0000
- Revision:
- 0:b16d94660a33
change some io setting used in TWR-K22F120M
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Jasper_lee | 0:b16d94660a33 | 1 | /* mbed Microcontroller Library - CMSIS |
| Jasper_lee | 0:b16d94660a33 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
| Jasper_lee | 0:b16d94660a33 | 3 | * |
| Jasper_lee | 0:b16d94660a33 | 4 | * A generic CMSIS include header, pulling in LPC8xx specifics |
| Jasper_lee | 0:b16d94660a33 | 5 | */ |
| Jasper_lee | 0:b16d94660a33 | 6 | |
| Jasper_lee | 0:b16d94660a33 | 7 | #ifndef MBED_CMSIS_H |
| Jasper_lee | 0:b16d94660a33 | 8 | #define MBED_CMSIS_H |
| Jasper_lee | 0:b16d94660a33 | 9 | |
| Jasper_lee | 0:b16d94660a33 | 10 | #include "LPC11U6x.h" |
| Jasper_lee | 0:b16d94660a33 | 11 | #include "cmsis_nvic.h" |
| Jasper_lee | 0:b16d94660a33 | 12 | |
| Jasper_lee | 0:b16d94660a33 | 13 | #endif |