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 OmniWheels by
mbed-os/targets/TARGET_NXP/TARGET_LPC13XX/device/cmsis.h@1:9c5af431a1f1, 2018-05-01 (annotated)
- Committer:
- gustavatmel
- Date:
- Tue May 01 15:47:08 2018 +0000
- Revision:
- 1:9c5af431a1f1
sdf
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
gustavatmel | 1:9c5af431a1f1 | 1 | /* mbed Microcontroller Library - CMSIS |
gustavatmel | 1:9c5af431a1f1 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
gustavatmel | 1:9c5af431a1f1 | 3 | * |
gustavatmel | 1:9c5af431a1f1 | 4 | * A generic CMSIS include header, pulling in LPC13XX specifics |
gustavatmel | 1:9c5af431a1f1 | 5 | */ |
gustavatmel | 1:9c5af431a1f1 | 6 | |
gustavatmel | 1:9c5af431a1f1 | 7 | #ifndef MBED_CMSIS_H |
gustavatmel | 1:9c5af431a1f1 | 8 | #define MBED_CMSIS_H |
gustavatmel | 1:9c5af431a1f1 | 9 | |
gustavatmel | 1:9c5af431a1f1 | 10 | #include "LPC13Uxx.h" |
gustavatmel | 1:9c5af431a1f1 | 11 | #include "cmsis_nvic.h" |
gustavatmel | 1:9c5af431a1f1 | 12 | |
gustavatmel | 1:9c5af431a1f1 | 13 | #endif |