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