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:
152:235179ab3f27
Parent:
145:64910690c574
--- a/TARGET_NUCLEO_F411RE/cmsis_compiler.h	Fri Sep 15 14:46:57 2017 +0100
+++ b/TARGET_NUCLEO_F411RE/cmsis_compiler.h	Mon Oct 02 15:20:36 2017 +0100
@@ -78,6 +78,14 @@
     #ifndef __ARM_ARCH_7EM__
       #define __ARM_ARCH_7EM__                     1
     #endif
+  #elif (__CORE__ == __ARM8M_BASELINE__)
+    #ifndef __ARM_ARCH_8M_BASE__
+      #define __ARM_ARCH_8M_BASE__                 1
+    #endif
+  #elif (__CORE__ == __ARM8M_MAINLINE__)
+    #ifndef __ARM_ARCH_8M_MAIN__
+      #define __ARM_ARCH_8M_MAIN__                 1
+    #endif
   #endif
 
   // IAR version 7.8.1 and earlier do not include __ALIGNED