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:
58:13a25134ac60
Parent:
57:430de2831ec7
Child:
59:28712e303960
--- a/rtx/TARGET_CORTEX_M/RTX_Conf_CM.c	Mon Dec 15 09:15:18 2014 +0000
+++ b/rtx/TARGET_CORTEX_M/RTX_Conf_CM.c	Tue Dec 16 08:15:25 2014 +0000
@@ -153,7 +153,7 @@
 #    define OS_CLOCK       72000000
 
 #elif defined(TARGET_STM32F429ZI)
-#    define OS_CLOCK       16000000
+#    define OS_CLOCK       168000000
 
 #  else
 #    error "no target defined"