This fork captures the mbed lib v125 for ease of integration into older projects.

Fork of mbed-dev by mbed official

Committer:
apluscw
Date:
Fri Jul 20 21:24:42 2018 +0000
Revision:
187:92cbb9eec47b
Mbed library with source code from mbed lib v125. Posted to ease integration with some older projects.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
apluscw 187:92cbb9eec47b 1 /* mbed Microcontroller Library - CMSIS
apluscw 187:92cbb9eec47b 2 * Copyright (C) 2009-2015 ARM Limited. All rights reserved.
apluscw 187:92cbb9eec47b 3 *
apluscw 187:92cbb9eec47b 4 * A generic CMSIS include header, pulling in LPC2368 specifics
apluscw 187:92cbb9eec47b 5 */
apluscw 187:92cbb9eec47b 6
apluscw 187:92cbb9eec47b 7 #ifndef MBED_CMSIS_H
apluscw 187:92cbb9eec47b 8 #define MBED_CMSIS_H
apluscw 187:92cbb9eec47b 9
apluscw 187:92cbb9eec47b 10 #include "LPC24xx.h"
apluscw 187:92cbb9eec47b 11 #include "cmsis_nvic.h"
apluscw 187:92cbb9eec47b 12
apluscw 187:92cbb9eec47b 13 #endif