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
Diff: rtx/cmsis_os.h
- Revision:
- 13:869ef732a8a2
- Parent:
- 12:58b30ac3f00e
- Child:
- 31:015df9e602b6
diff -r 58b30ac3f00e -r 869ef732a8a2 rtx/cmsis_os.h --- a/rtx/cmsis_os.h Thu May 30 17:08:58 2013 +0100 +++ b/rtx/cmsis_os.h Mon Aug 05 14:12:52 2013 +0300 @@ -115,11 +115,9 @@ #define CMSIS_OS_RTX // The stack space occupied is mainly dependent on the underling C standard library -#if defined(TOOLCHAIN_GCC_ARM) || defined(TOOLCHAIN_CS_ARM) || defined(TOOLCHAIN_CR_ARM) || defined(TOOLCHAIN_GCC_CR) +#if defined(TOOLCHAIN_GCC) || defined(TOOLCHAIN_ARM_STD) # define WORDS_STACK_SIZE 512 -#elif defined(TOOLCHAIN_ARM) -# define WORDS_STACK_SIZE 512 -#elif defined(TOOLCHAIN_uARM) +#elif defined(TOOLCHAIN_ARM_MICRO) # define WORDS_STACK_SIZE 128 #endif
