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:
77:3516160e016b
Parent:
74:899aee34da6a
Child:
78:2db19f47c2ba
--- a/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Tue May 05 08:00:49 2015 +0100
+++ b/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Thu May 14 06:30:09 2015 +0100
@@ -307,6 +307,9 @@
 #elif defined(TARGET_TEENSY3_1)
 #define INITIAL_SP            (0x20008000UL)
 
+#elif defined(TARGET_STM32L152RE)
+#define INITIAL_SP            (0x20014000UL)
+
 #else
 #error "no target defined"