The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
27:7110ebee3484
Parent:
26:63bcd7ba4912
Child:
28:667d61c9177b
--- a/cmsis.h	Fri Feb 11 10:33:02 2011 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-/* mbed Microcontroller Library - CMSIS
- * Copyright (C) 2009 ARM Limited. All rights reserved.
- * 
- * A generic CMSIS include header, pulling in the appropriate
- * target specific CMSIS files 
- */
-
-#ifndef MBED_CMSIS_H
-#define MBED_CMSIS_H
-
-#if defined(TARGET_LPC1768)
-#include "LPC17xx.h"
-#elif defined(TARGET_LPC2368)
-#include "LPC23xx.h"
-#else
-#error "CMSIS Target not recognised"
-#endif
-
-#include "cmsis_nvic.h"
-
-#endif