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:
65:83e169389a69
Parent:
64:ab4200083b07
Child:
68:d3d0e710b443
--- a/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Mon Feb 09 09:15:09 2015 +0000
+++ b/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Thu Feb 12 11:00:09 2015 +0000
@@ -265,9 +265,6 @@
 #elif defined(TARGET_LPC11U68)
 #define INITIAL_SP            (0x10004000UL)
 
-#elif defined(TARGET_NRF51822)
-#define INITIAL_SP            (0x20004000UL)
-
 #elif defined(TARGET_STM32F411RE)
 #define INITIAL_SP            (0x20020000UL)