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:
Mon Jan 12 08:15:33 2015 +0000
Parent:
60:f4d3d8971bc3
Child:
62:444020d511f5
Commit message:
Synchronized with git revision 7a3d2b4423a702a090d20403e5209c70f572c84e

Full URL: https://github.com/mbedmicro/mbed/commit/7a3d2b4423a702a090d20403e5209c70f572c84e/

NUCLEO_F070RB - Update tests

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	Wed Jan 07 09:15:09 2015 +0000
+++ b/rtx/TARGET_CORTEX_A/RTX_Conf_CA.c	Mon Jan 12 08:15:33 2015 +0000
@@ -75,7 +75,7 @@
 //   <i> Defines the combined stack size for threads with user-provided stack size.
 //   <i> Default: 0
 #ifndef OS_PRIVSTKSIZE
- #define OS_PRIVSTKSIZE 4096
+ #define OS_PRIVSTKSIZE 8192
 #endif
 
 // <q>Check for stack overflow