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:
43:fd9580752759
Parent:
42:56a3d044541d
diff -r 56a3d044541d -r fd9580752759 rtx/RTX_CM_lib.h
--- a/rtx/RTX_CM_lib.h	Sat Sep 20 20:42:19 2014 +0000
+++ b/rtx/RTX_CM_lib.h	Wed Oct 08 19:29:49 2014 +0000
@@ -262,6 +262,9 @@
 # elif defined(TARGET_STM32F103RB)
 #define INITIAL_SP            (0x20002000UL)
 
+# elif defined(TARGET_STM32F030R8)
+#define INITIAL_SP            (0x20002000UL)
+
 #else
 #error "no target defined"