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:
69:94c39314568d
Parent:
68:d3d0e710b443
Child:
85:ef0a22cdf839
--- a/rtx/TARGET_CORTEX_A/RTX_Conf_CA.c	Thu Mar 12 14:31:19 2015 +0000
+++ b/rtx/TARGET_CORTEX_A/RTX_Conf_CA.c	Tue Mar 31 16:15:17 2015 +0100
@@ -61,7 +61,7 @@
 //   <i> Defines stack size for main thread.
 //   <i> Default: 200
 #ifndef OS_MAINSTKSIZE
- #define OS_MAINSTKSIZE 512
+ #define OS_MAINSTKSIZE 2048
 #endif
 
 //   <o>Number of threads with user-provided stack size <0-250>