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:
79:c586ffeebfb4
Parent:
78:2db19f47c2ba
Child:
81:e45e4ac7c3c8
--- a/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Thu May 21 10:00:35 2015 +0100
+++ b/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Mon Jun 01 10:30:31 2015 +0100
@@ -313,6 +313,9 @@
 #elif defined(TARGET_NZ32ST1L)
 #define INITIAL_SP            (0x20008000UL)
 
+#elif defined(TARGET_STM32F446RE)
+#define INITIAL_SP            (0x20020000UL)
+
 #else
 #error "no target defined"