Official mbed Real Time Operating System based on the RTX implementation of the CMSIS-RTOS API open standard.
Fork of mbed-rtos by
Diff: rtx/cmsis_os.h
- Revision:
- 13:869ef732a8a2
- Parent:
- 12:58b30ac3f00e
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