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

Dependents:   denki-yohou_b TestY201 Network-RTOS NTPClient_HelloWorld ... more

Deprecated

This is the mbed 2 rtos library. mbed OS 5 integrates the mbed library with mbed-rtos. With this, we have provided thread safety for all mbed APIs. If you'd like to learn about using mbed OS 5, please see the docs.

Revision:
99:79d2f32f753f
Parent:
98:c825593ece39
Child:
100:c837dbc4020a
--- a/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Thu Dec 03 15:15:42 2015 +0000
+++ b/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Mon Jan 04 12:30:29 2016 +0000
@@ -340,6 +340,10 @@
 #elif defined(TARGET_STM32F469NI)
 #define INITIAL_SP            (0x20050000UL)
 
+#elif defined(TARGET_STM32L152RC)
+#define INITIAL_SP            (0x20008000UL)
+
+
 #else
 #error "no target defined"