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

Fork of mbed-rtos by mbed official

Revision:
42:56a3d044541d
Parent:
41:631c0f1008c3
Child:
43:fd9580752759
--- a/rtx/RTX_CM_lib.h	Thu Sep 11 14:15:18 2014 +0100
+++ b/rtx/RTX_CM_lib.h	Sat Sep 20 20:42:19 2014 +0000
@@ -259,6 +259,9 @@
 #elif defined(TARGET_STM32F411RE)
 #define INITIAL_SP            (0x20020000UL)
 
+# elif defined(TARGET_STM32F103RB)
+#define INITIAL_SP            (0x20002000UL)
+
 #else
 #error "no target defined"