Official mbed Real Time Operating System based on the RTX implementation of the CMSIS-RTOS API open standard.

Dependents:   DISCO-F746NG_rtos_test ecte433

Fork of mbed-rtos by mbed official

Revision:
96:8ac966e2cd3f
Parent:
72:83895f30f8f2
--- a/rtx/TARGET_CORTEX_M/rt_CMSIS.c	Fri Oct 16 07:45:53 2015 +0100
+++ b/rtx/TARGET_CORTEX_M/rt_CMSIS.c	Wed Nov 11 07:21:20 2015 +0000
@@ -34,7 +34,9 @@
 
 #define __CMSIS_GENERIC
 
-#if defined (__CORTEX_M4) || defined (__CORTEX_M4F)
+#if defined (__CORTEX_M7) || defined (__CORTEX_M7F)
+  #include "core_cm7.h"
+#elif defined (__CORTEX_M4) || defined (__CORTEX_M4F)
   #include "core_cm4.h"
 #elif defined (__CORTEX_M3)
   #include "core_cm3.h"