Official mbed Real Time Operating System based on the RTX implementation of the CMSIS-RTOS API open standard.

Dependents:   Assignment_3__Embedded_Software

Fork of mbed-rtos by mbed official

Files at this revision

API Documentation at this revision

Comitter:
f_legge
Date:
Fri Mar 16 13:44:31 2018 +0000
Parent:
123:58563e6cba1e
Commit message:
WattBob_Compat;

Changed in this revision

rtx/TARGET_CORTEX_M/RTX_Conf_CM.c Show annotated file Show diff for this revision Revisions of this file
--- a/rtx/TARGET_CORTEX_M/RTX_Conf_CM.c	Mon Nov 14 17:14:42 2016 -0600
+++ b/rtx/TARGET_CORTEX_M/RTX_Conf_CM.c	Fri Mar 16 13:44:31 2018 +0000
@@ -187,14 +187,14 @@
 //   <i> Defines stack size for Timer thread.
 //   <i> Default: 200
 #ifndef OS_TIMERSTKSZ
- #define OS_TIMERSTKSZ  200
+ #define OS_TIMERSTKSZ  500
 #endif
 
 //   <o>Timer Callback Queue size <1-32>
 //   <i> Number of concurrent active timer callback functions.
 //   <i> Default: 4
 #ifndef OS_TIMERCBQS
- #define OS_TIMERCBQS   4
+ #define OS_TIMERCBQS   12
 #endif
 
 // </e>