mbed library sources

Dependents:   Encrypted my_mbed lklk CyaSSL_DTLS_Cellular ... more

Superseded

This library was superseded by mbed-dev - https://os.mbed.com/users/mbed_official/code/mbed-dev/.

Development branch of the mbed library sources. This library is kept in synch with the latest changes from the mbed SDK and it is not guaranteed to work.

If you are looking for a stable and tested release, please import one of the official mbed library releases:

Import librarymbed

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

Revision:
29:6ac4027eff2b
Parent:
15:4892fe388435
--- a/targets/cmsis/TARGET_NXP/TARGET_LPC408X/LPC407x_8x_177x_8x.h	Fri Sep 20 10:00:04 2013 +0100
+++ b/targets/cmsis/TARGET_NXP/TARGET_LPC408X/LPC407x_8x_177x_8x.h	Mon Sep 23 11:30:07 2013 +0100
@@ -34,7 +34,9 @@
 #ifndef __LPC407x_8x_177x_8x_H__
 #define __LPC407x_8x_177x_8x_H__
 
-#define CORE_M4
+#if defined(__CORTEX_M4) && !defined(CORE_M4)
+  #define CORE_M4
+#endif
 
 // ##################
 // Code Red - excluded extern "C" as unrequired