Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-rtos by
Revision 55:91d99cc6ef5d, committed 2014-12-03
- 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>