mbed library sources
targets/cmsis/TARGET_NXP/TARGET_LPC43XX/cmsis.h@0:0a673c671a56, 2016-07-27 (annotated)
- Committer:
- ebrus
- Date:
- Wed Jul 27 18:35:32 2016 +0000
- Revision:
- 0:0a673c671a56
4
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
ebrus | 0:0a673c671a56 | 1 | /* mbed Microcontroller Library - CMSIS |
ebrus | 0:0a673c671a56 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
ebrus | 0:0a673c671a56 | 3 | * |
ebrus | 0:0a673c671a56 | 4 | * A generic CMSIS include header, pulling in LPC43xx specifics |
ebrus | 0:0a673c671a56 | 5 | * |
ebrus | 0:0a673c671a56 | 6 | * Ported to NXP LPC43XX by Micromint USA <support@micromint.com> |
ebrus | 0:0a673c671a56 | 7 | */ |
ebrus | 0:0a673c671a56 | 8 | |
ebrus | 0:0a673c671a56 | 9 | #ifndef MBED_CMSIS_H |
ebrus | 0:0a673c671a56 | 10 | #define MBED_CMSIS_H |
ebrus | 0:0a673c671a56 | 11 | |
ebrus | 0:0a673c671a56 | 12 | #include "LPC43xx.h" |
ebrus | 0:0a673c671a56 | 13 | #include "cmsis_nvic.h" |
ebrus | 0:0a673c671a56 | 14 | |
ebrus | 0:0a673c671a56 | 15 | #endif |