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:
106:dfc27975e193
Parent:
105:b4c5542476ba
Child:
108:ac4f3830f9ff
--- a/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Fri Feb 26 11:45:28 2016 +0000
+++ b/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Wed Mar 02 11:30:15 2016 +0000
@@ -274,7 +274,7 @@
 #elif defined(TARGET_STM32F410RB)
 #define INITIAL_SP            (0x20008000UL)
 
-#elif defined(TARGET_STM32F103RB)
+#elif defined(TARGET_STM32F103RB) || defined(TARGET_STM32L073RZ)
 #define INITIAL_SP            (0x20005000UL)
 
 #elif defined(TARGET_STM32F302R8)