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

Dependents:   rtos_basic_stm32_F401

Fork of mbed-rtos by mbed official

Revision:
21:90ff8157f1d2
Parent:
20:991c4c00af93
Child:
22:da8c5ccc2f9c
--- a/rtx/RTX_CM_lib.h	Wed Mar 19 16:00:29 2014 +0000
+++ b/rtx/RTX_CM_lib.h	Thu Mar 20 15:45:22 2014 +0000
@@ -229,6 +229,9 @@
 #elif defined(TARGET_STM32F100RB)
 #define INITIAL_SP            (0x20002000UL)
 
+#else
+#error "no target defined"
+
 #endif
 
 #ifdef __CC_ARM