my fork
Fork of mbed by
TARGET_LPC4337/cmsis.h@97:4298809c7c9e, 2015-04-08 (annotated)
- Committer:
- filartrix
- Date:
- Wed Apr 08 14:12:53 2015 +0000
- Revision:
- 97:4298809c7c9e
- Parent:
- 89:552587b429a1
First reale BlueNRG module for nucleo 401 board
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bogdanm | 89:552587b429a1 | 1 | /* mbed Microcontroller Library - CMSIS |
bogdanm | 89:552587b429a1 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
bogdanm | 89:552587b429a1 | 3 | * |
bogdanm | 89:552587b429a1 | 4 | * A generic CMSIS include header, pulling in LPC43xx specifics |
bogdanm | 89:552587b429a1 | 5 | * |
bogdanm | 89:552587b429a1 | 6 | * Ported to NXP LPC43XX by Micromint USA <support@micromint.com> |
bogdanm | 89:552587b429a1 | 7 | */ |
bogdanm | 89:552587b429a1 | 8 | |
bogdanm | 89:552587b429a1 | 9 | #ifndef MBED_CMSIS_H |
bogdanm | 89:552587b429a1 | 10 | #define MBED_CMSIS_H |
bogdanm | 89:552587b429a1 | 11 | |
bogdanm | 89:552587b429a1 | 12 | #include "LPC43xx.h" |
bogdanm | 89:552587b429a1 | 13 | #include "cmsis_nvic.h" |
bogdanm | 89:552587b429a1 | 14 | |
bogdanm | 89:552587b429a1 | 15 | #endif |