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.
Diff: rtx/TARGET_CORTEX_M/RTX_CM_lib.h
- Revision:
- 73:34292fba723c
- Parent:
- 71:570e569a5b59
- Child:
- 74:899aee34da6a
diff -r 83895f30f8f2 -r 34292fba723c rtx/TARGET_CORTEX_M/RTX_CM_lib.h --- a/rtx/TARGET_CORTEX_M/RTX_CM_lib.h Fri Apr 10 07:16:43 2015 +0100 +++ b/rtx/TARGET_CORTEX_M/RTX_CM_lib.h Thu Apr 16 11:45:43 2015 +0100 @@ -301,7 +301,7 @@ #elif defined(TARGET_STM32F303RE) #define INITIAL_SP (0x20010000UL) -#elif defined(TARGET_MAX32610) +#elif defined(TARGET_MAX32610) || defined(TARGET_MAX32600) #define INITIAL_SP (0x20008000UL) #else
mbed official




