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:
82:ed4ff3bea947
Parent:
81:e45e4ac7c3c8
Child:
83:5c72830f2d48
--- a/rtx/TARGET_CORTEX_M/RTX_Conf_CM.c	Wed Jun 03 08:47:13 2015 +0100
+++ b/rtx/TARGET_CORTEX_M/RTX_Conf_CM.c	Mon Jun 08 13:45:40 2015 +0100
@@ -166,7 +166,7 @@
 #elif defined(TARGET_STM32F302R8)
 #    define OS_CLOCK       72000000
 
-#elif defined(TARGET_STM32L053R8) || defined(TARGET_STM32L053C8) || defined(TARGET_STM32L152RE)
+#elif defined(TARGET_STM32L053R8) || defined(TARGET_STM32L053C8)
 #    define OS_CLOCK       32000000
 
 #elif defined(TARGET_STM32F401VC)