Kojo / mbed-rtos-initial-thread-larger-stack

Fork of mbed-rtos by mbed official

Files at this revision

API Documentation at this revision

Comitter:
takashikojo
Date:
Wed Dec 03 05:30:36 2014 +0000
Parent:
54:f1ef95efa5ad
Commit message:
Expanded main thread stack size

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 Nov 27 11:45:25 2014 +0000
+++ b/rtx/TARGET_CORTEX_A/RTX_Conf_CA.c	Wed Dec 03 05:30:36 2014 +0000
@@ -61,7 +61,7 @@
 //   <i> Defines stack size for main thread.
 //   <i> Default: 200
 #ifndef OS_MAINSTKSIZE
- #define OS_MAINSTKSIZE 512
+ #define OS_MAINSTKSIZE (512*16)
 #endif
 
 //   <o>Number of threads with user-provided stack size <0-250>