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:
104:07314541bd12
Parent:
100:c837dbc4020a
Child:
105:b4c5542476ba
--- a/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Thu Feb 18 09:45:27 2016 +0000
+++ b/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Thu Feb 18 10:00:31 2016 +0000
@@ -322,7 +322,7 @@
 #elif defined(TARGET_STM32L152RE)
 #define INITIAL_SP            (0x20014000UL)
 
-#elif defined(TARGET_NZ32SC151)
+#elif defined(TARGET_NZ32_SC151)
 #define INITIAL_SP            (0x20008000UL)
 
 #elif (defined(TARGET_STM32F446RE) || defined(TARGET_STM32F446VE))