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.

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Tue Mar 31 16:15:17 2015 +0100
Parent:
68:d3d0e710b443
Child:
70:3295e347fd88
Commit message:
Synchronized with git revision 251f3f8b55a4dc98b831c80e032464ed45cce309

Full URL: https://github.com/mbedmicro/mbed/commit/251f3f8b55a4dc98b831c80e032464ed45cce309/

[RZ/A1H]Add some function(USB 2port, NVIC wrapper) and modify some settings(OS, Terminal).

Changed in this revision

rtx/TARGET_CORTEX_A/RTX_Conf_CA.c Show annotated file Show diff for this revision Revisions of this file
--- 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>