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 66:721c3a93a7b8, committed 2015-02-23
- Comitter:
- mbed_official
- Date:
- Mon Feb 23 18:30:08 2015 +0000
- Parent:
- 65:83e169389a69
- Child:
- 67:63988a2238f7
- Commit message:
- Synchronized with git revision d39e42d4cbd28456b3050c16de6cb9e4d70d1d1f
Full URL: https://github.com/mbedmicro/mbed/commit/d39e42d4cbd28456b3050c16de6cb9e4d70d1d1f/
RZ/A1H - Increase private thread num.
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 Feb 12 11:00:09 2015 +0000 +++ b/rtx/TARGET_CORTEX_A/RTX_Conf_CA.c Mon Feb 23 18:30:08 2015 +0000 @@ -68,7 +68,7 @@ // <i> Defines the number of threads with user-provided stack size. // <i> Default: 0 #ifndef OS_PRIVCNT - #define OS_PRIVCNT 8 + #define OS_PRIVCNT 10 #endif // <o>Total stack size [bytes] for threads with user-provided stack size <0-4096:8><#/4>
