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:
71:570e569a5b59
Parent:
68:d3d0e710b443
Child:
73:34292fba723c
--- a/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Wed Apr 08 07:30:42 2015 +0100
+++ b/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Wed Apr 08 07:46:03 2015 +0100
@@ -301,6 +301,9 @@
 #elif defined(TARGET_STM32F303RE)
 #define INITIAL_SP            (0x20010000UL)
 
+#elif defined(TARGET_MAX32610)
+#define INITIAL_SP            (0x20008000UL)
+
 #else
 #error "no target defined"